Photoshop :: CS6 Processes Only RAW Files Only One-by-one?

Sep 6, 2012

I have CS5 64-bit version installed and for trial I have now installed CS6, also 64-bit.I noticed one thing, when converting RAW files to JPG from Camera Raw in CS5, then 3-4 files are processed in parallel and therefore the entire process is rather speedy.In CS6 for some reason files are processed only one-by-one.

From system wise, I have a laptop, 64-bit system, 64-bit Windows 7 Home Premium, and two graphics processors, integrated Intel GPU and NVIDIA GeForce 310M.Screenshot from CS5, just to show what I mean:how to get CS6 to process files in parallel also?

View 3 Replies


ADVERTISEMENT

Photoshop :: CS4 Batch Processing Only Processes...

Jul 9, 2009

I scan 6x6 negs on an Epson scanner and when they are done they need to be rotated 90 degrees and flipped horizontaly. I set up an action to do this (Rotate, Flip, Save and Close) and everything was going swimmingly - then recently I've started having problems. For example - I've scanned 60 images which I select in Bridge and then open them in PS CS4. I select Automate>Batch and then select my saved action and away it goes. PS chugs its way through the 60 photo's and closes them all (so it looks like they have all been processed), but when I go back to Bridge and it starts refreshing the thumbnails only 30 of them have been rotated and flipped. So then I select the remaining 30 images and batch process them - this time it only processes 15 and so on.

View 3 Replies View Related

Photoshop :: What Processes Are Included In 'save...

Jun 8, 2008

When I save a photo using the Photoshop CS3 'save for the web' command, I resize the photo to, for example, 800 pixels on the long side. It comes back the correct size but sometimes the colors look different (a little red usually). Is this because I was editing the original photo in RGB? Should I convert to profile, sRGB before I save for the Web? Or does Photoshop do this automatically? OR, should I convert to sRGB and then do color adjustments for the web?

View 2 Replies View Related

Photoshop :: All Color Picker-related Processes Malfunctioning?

Jan 29, 2013

The following processes: Fill, Stroke, Text Coloring (highlighted selections from chromatic palette), Mask Layer coloring, etc. are all failing unaccountably. When Menu-selecting Fill or Stroke, or when clicking the color wells to access the Color Picker (for text, mask-layer color, etc.) I do NOT get the usual Color Picker window. Instead, the icon instantly changes to the eyedropper (and sometimes the color sampler) icon, all menu options are greyed out, and all attempts to select another tool or do anything at all result in that awful 'doonk! doonk!' sound. I learned, (after a horrible 24hrs of even reformatting my computer to cure PShop) that at least the freeze can be broken by hitting 'Enter', and sometimes only after hitting it many, many times. The command in question then executes without new editing, and is usually useless. I have realized that all of these: Fill, Stroke, Mask/Text color, ALL involve the Color Picker, to which I seem to have been denied access. That last time 2 years ago it involved the Hue/Sat sliderwindow, but at least that seems to be working fine.
 
To compound and complicate the problem: Duplicate and Print Preview are also failing to offer any kind of editing window before I must inevitably just hit 'Enter' many, many times before the process is executed to whatever settings were last recorded before this problem, and of course, it is useless to me. I can't even resize images on the page before printing them anymore and they end up just zoomed and cropped.

View 4 Replies View Related

After Effects :: Background Processes Initialization Much Longer In CS6

May 13, 2012

When launching a render, the message "background processes initializing / this may take a while" gets stuck more than 70s in CS6, whatever the project, whereas it was never on more than 10s in CS5. We're back to the CS4 delays here.
 
On a side note, the multiprocessing is a bit weird:
 
Before it was pretty straightforward : When 10 cores were used for the render, the frames were rendered by batches of 10. With CS6 it's different : A first batch of 3 frames get rendered, then another one of 14 (!!), then I lost track of the process. Is multiprocessing so different in CS6 ?
 
Mac Pro 12-Core / 32GB RAM
Mac Os 10.6.8
 
AE MP settings :
2,5GB per core / RAM reserved for other applications : 4GB
CPU reserved for other applications : 4

View 18 Replies View Related

Lightroom :: 4.3 Stopping Processes When Mac Enters Sleep Mode?

Mar 26, 2013

I have been finding that when i have a process running that requires some time to complete in LR 4.3 (e.g creating timelapses, or exporting large sets of images, or creating many 1:1 previews), that if my mac goes to sleep these processes stop. When I wake my Mac again these processes start up again though.
 
After a little reading I seem to have found that the latest mountain lion upgrade has removed a macs ability to check hard drive activity before going totaly to sleep. So previously the screen will be sleeping but processes can run in the background. If what I have read is accurate this is also true for downloads and other processes. Furthermore they go on to say that applications now have to create "power assertions" to keep processes running.
 
I assume Lightroom does not yet have these? Are they looking into it?

View 1 Replies View Related

AutoCAD Inventor :: Very Slow ILogic Functions With Multiple Processes?

Mar 22, 2013

how the internals of Inventor / iLogic are working.

We have multiple instances of Inventor running on a 12 core workstation so we can push configurations through concurrently  - each Inventor instance is assigned its own processor affinity and each instance has its own project which points to seperate directories of Inventor models.

Everything seems to work OK when there are up to 5/6 working concurrently, but as soon as there are more than 6 the iLogic functions seem to grind to a halt - note that the rules are external rules.
 
For example, this function took 11 seconds to complete when there were 10 concurrent orders processing. :
 
Parameter("BLANK", "EDGE_FRT_ACTIVE") = "YES"
 Similarly these functions took 11 seconds in total to complete :
 
iProperties.Value("Custom", "M1110900_P1PO") = iProperties.Value("Custom", "BLANK_GDIM") - iProperties.Value("Custom", "PANEL_GDIM")iProperties.Value("Custom", "M1110900_P2PO") = iProperties.Value("Custom", "BLANK_XGDIM") - iProperties.Value("Custom", "PANEL_XGDIM")iProperties.Value("Custom", "M1110900_P1OR") = 1iProperties.Value("Custom", "M1110900_P2OR") = 0
 
When I run these with less that 6 concurrent Inventor processes, they're are almost instant.

I just don't know where the bottleneck is. I've ruled out :

- Processor (each core never reaches above around 60%)

- RAM (we've got 48GB of RAM, with about 15GB free at worst)

- Disk (disk IO is busy, but it doesn't look like it's the bottleneck)

- Graphics (Inventor is in silent mode, with no UI, so graphics activity is minimal)

From the tests I've done it seems to be the iLogic functions that are the bottleneck. My next port of call is to change the iLogic functions to actual API calls, but I suspect I'll get the same results.

So, my questions :

Is Inventor queing these iLogic API calls somehow (note we're creating a unique instance of the Inventor.Application COM object for each processing thread) ?

Is there an issue with using external rules with nultiple instances?

Dell Precision R5500, Intel Xeon X5690 3.47GHz (x2)
48GB RAM
Inventor 2013 (PDS Premium)
64bit Windows 7 SP1

View 4 Replies View Related

Photoshop :: Any Way To Batch Process Color Corrected RAW Files To TIFF Files

Nov 11, 2013

I got over 160 color corrected RAW files from my photographer when I thought I was getting TIf or PSD files. I need to put them into an in design doc to send out for printing. Is there a way to convert all of these in one fell swoop without messing up the work that has already been done?

I didn't allow in my timing to save each one individually since i didn't know I was going to need to do this. I am really unfamiliar with batch processing, so how to best go about this, or if I even can. I am working in Photoshop CS6. version 13.06 x 64.

View 2 Replies View Related

Photoshop Elements :: Copy New Files Only (Ignore Already Imported Files) Not Working

Dec 27, 2013

I am using Photoshop Elements 10 Version 10 (20110831.m.17215) and everytime I plug in a memory card to upload images it wants to upload every image on the card, even though it has previously uploaded images from that card, even though I have the "Copy New Files Only (Ignore Already Imported Files)" box ticked in the preferences Camera or Card Reader section. This gets very frustrating and time consuming when I have to go through the images every single time to uncheck the images that have already been uploaded.

View 3 Replies View Related

Photoshop :: CS6 Won't Play Or Process Dolby Digital (AC-3) Audio Files From AVCHD Video Files

Jun 13, 2013

Photoshop CS6 Extened won't play or process Dolby Digital (AC-3) Audio Files from my AVCHD video files.The video plays fine just no sound at all. When processed still no sound. Are there any (AC-3) audio codecs I can download and install. How would I install them. Do I need to convert audio files to another format & if so how & what format.

View 1 Replies View Related

Photoshop :: Unable To Open Files Or Create New Files In CC Trial

Oct 15, 2013

After getting no support from your phone support line. I am writing here in hopes that this issue can be resolved. I cannot open files or create new files in Photoshop CC trial.

View 3 Replies View Related

Photoshop :: Convert Full Resolution Files To Web Based Files

Jun 6, 2012

I am working on a museum project. I have been asked to convert full resolution files to web based files using "Save for Web and Devices". The problem is in the file naming. Museums typically use accession #s for each work. Example   1999.63.102  So the digital file would be named 1999.63.102.jpg (or tif).

When I attempt to save the file using "Save for Web and Devices" the resulting name is converted to 1999.jpg  I believe the . (periods) to be the culprit. There are hundreds to do so renaming is not an option. This does not occur when I use "Save as".

View 19 Replies View Related

Photoshop Elements :: 12 Hides Panasonic RAW Files - Unhide The Files?

Jan 2, 2014

PSE 12 has a new feature under Preferences/Camera or Card Reader called "Alutomatically Stack RAW and JPEG." Checking this will stack a RAW & JPEG file combination, i.e., when shooting with the camera's RAW + JPEG setting checked. In my case PSE 12 appears to stack my Panasonic RAW files and each JPEG thumbnail shows the right facing arrow to expand the stack. When I click the arrow the arrow disappears but the stack does not expand to reveal the RAW file. The RAW file still exists on the hard drive, but I can't find any way to reveal it in PSE (I've not tried to re-import the RAW files because there are a lot of files in a lot of folders.) This is rather critical and needs to be fixed.

View 11 Replies View Related

Photoshop :: Why DNG Files From RW2 Raw Files So Large (37MB)

Mar 29, 2012

I have a fairly new Panasonic Lumix LX5.  I've recently converted a few files to DNG. They're turning out to be @ 37MB, over three times larger than the original file.

I'm not embedding the original raw files in the DNG. NEF files I convert from my Nikon D2x are around 9.5MB. I'm running Mac OS 10.5.8,  DNG v 6.6 and also use PS CS5.5 and Lightroom 3.0.

View 7 Replies View Related

Photoshop :: CS6 Disable Compression Of PSD And PSB Files - 8 Bit Files Too?

Aug 19, 2012

I'd like to know if the new CS6 Preference which allows users to "Disable Compression of PSD and PSB files" applies to 8 bit files.
 
The reason I am asking is that the DisallowFlateCompressedPSD registry change for CS5, which disables compression of PSD and PSB files does not work for 8 bit files (it only works for 16 bit and 32 bit files)I work on large 8 bit files (4-8GB) and would like to know if CS6 would allow me to disable compression on those files.

View 4 Replies View Related

Photoshop :: 3D LUT Files / Difference Between LOOK And ICC Files

Apr 27, 2013

er to color grading, I would like to ask about the difference between .look files and .icc files. As far as I understand .look files contain 3d luts and .icc profile files also contain those luts. What is the difference between these two file types?

View 10 Replies View Related

CorelDRAW Graphics Suite X5 :: Saves Of CDR Files Stopped Working Just Get Blank Files?

Oct 28, 2013

Resetting the User Setting with the the F8 key didn't solve the problem. Once the user gets caught up on a couple projects I'll try to update the version to SP3 and the hotfix.   

View 14 Replies View Related

Illustrator :: Files Don't Show Up In Acrobat File List When Trying To Combine Files Into Single Pdf?

Sep 24, 2013

Illustrator files don't show up in Acrobat file list when trying to combine files into a single pdf

View 9 Replies View Related

Lightroom :: Will Current Plugins For Sigma DP1/2 RAW Files Work With Files From DP1/2 Merrill Cameras

Oct 24, 2012

Will the current plugins for Sigma DP1/2 RAW files work with files from the DP1/2 Merrill cameras? And if not, is Adobe developing plugins for these cameras?

View 2 Replies View Related

AutoCAD .NET :: Read Excel Files Through Script Files / Declare Variables

Oct 1, 2013

1. Is it possible to read excel files through script files.
2. Can I declare variables in script files.

View 4 Replies View Related

Illustrator :: Linked PSD Files Not Found When Opening AI Files Via Shared Folder

Mar 17, 2013

My main user folder on the iMac is set to be shared (read/write, including all enclosed files) with my MacBook Pro. The job is a series of one-page InDesign files (they are newspaper advertisements). The IDD files contain a series of Illustrator files with linked PSD files.The idea is that we can both work on the .idd and .ai files in the same folder at the same time.
 
It's all working fine EXCEPT that whenever an .ai file is opened on the MacBook, Illustrator doesn't know where the linked PSD files are. We can update the link, but when the .ai file is then opened on the iMac and saved, the same thing happens the next time it is opened on the Macbook.
 
I don't want to embed the PSD files into the .ai files as sometimes I have to modify them and they can be linked to up to 20 .ai files.
 
G5 iMac OSX 10.7.5 / Macbook Pro OSX 10.8.2 / networked via FireWire cable / file sharing on, laptop user has Administrator status, all files are read/write, permissions include all enclosed files / CS6

View 7 Replies View Related

Lightroom :: Scrambling Raw Files - Affected Raw Files Open Fine In Other Programs?

Mar 27, 2014

After many years of using LR this is the first time I've encountered this issue (see 1st screenshot below). LR is scrambling my files. The affected raw files open fine in other programs, including adobe photoshop cc (see 2nd screenshot).

View 15 Replies View Related

Lightroom :: Nikon D600 - Deleting Files And Saving Files Brings Up Error Message?

Feb 25, 2013

Deleting files and saving files brings up an error message. Files can't be deleted from lightroom which makes editing a nightmare. Also Saving Files (raw of jpeg), brings up an error message everytime.

View 1 Replies View Related

AutoCAD 2010 :: Automatically Updating DWG Files Made From DWT Files

Mar 26, 2013

I have loads of dwgs made by a former employee at another site that have our company logo in the tile block. I need to replace the company logo with a new one.  If it were not made from a dwt, I could change the .dwg file and just reinsert the block and let it redefine the block, done. But since all of the text in each drawing was input using a template, I cannot do this without losing all of that data. We are not permitted to explode the title block, delete the old logo & add a new one as the drawing format needs to remain as one entity. Is there a way to automatically update these dwgs without re-entering all of the title/revision block text on every drawing?

View 2 Replies View Related

AutoCAD 2013 :: Exporting Existing DWG Files As DWFx Files?

Jan 8, 2013

what is the command in AutoCAD 2013 for exporting drawings as DWFx files so that clients who do not have AutoCAD can open or plot a DWFx file using a current version of Internet Explorer or Safari for Apple as an alternative browser.

View 2 Replies View Related

AutoCAD LT :: Unable To Save Files / Creating TMP Files Instead 2014

Apr 17, 2013

I have just recently installed AutoCAD LT 2014 on Windows 7 (Running on an intel iMac through Bootcamp). Ever since then i am receiving notifications when performing a save.

AutoCAD is telling me it cannot perform the save and is creating a .tmp file in the same location on the server as the file should be.

this is causing major performance issues and happens almost every second time I attempt to perform a save. The issue is that we are getting multiple versions of the same file duplicating on the file server which is very quickly going to cause capacity issues considering most files are 2-4mb in size.

View 5 Replies View Related

AutoCAD Civil 3D :: Files Range From TMP Files To Texture Folders

Feb 5, 2013

Deleting temp files, if I can just do a blanket Erase, or will this potentially damage autocad drawings.  My temp file is on my local drive, but all of our drawings are stored on a network drive.  It seems to me I remember these things storing up over time with crashes, etc.  But as they build up performance seems to dwindle.

These files range from .tmp files to Texture folders, .cvr files, and nonsense names like A$C5DCD5F31.Can I just window and Delete All?

View 4 Replies View Related

AutoCad :: How To Attach Number Of TIFF Files To Individual DWG Files

Oct 30, 2013

I am trying to attach a number of tiff files to individual dwg files. There are about 300 so I am writting a script that will open a new dwg, insert the tiff and save the dwg at a given name, so i have filedia set to 0 and everything is user input.

The problem I am having is that when I use the iinsert command and enter the path for the tiff I get this error: (filename)was not found or is not valid. This is pathed to a network drive. When I copy the same folder to my c: drive and run the command everything works as should. is there any reason for this?

When pathed to the c: drive and working correctly it looks like this:

C:UsershbrittDesktop11301 DCS Migration Phase 2 Execute Engineering Detail DesignDRAWINGSWORKING SETLOOPSDEMOD70-B-F101.TIF

When pathed to the network it looks like this:

G:EngineeringCURRENT JOBSMOTIVA11301 DCS Migration Phase 2 Execute Engineering Detail DesignDRAWINGSWORKING SETLOOPSDEMOD70-B-F101.TIF

I get this error:

G:EngineeringCURRENT JOBSMOTIVA11301 DCS Migration Phase 2 Execute Engineering Detail DesignDRAWINGSWORKING SETLOOPSDEMOD70 was not found or is not valid.

I noticed in the error message it cuts the end of the file name off. Is there a character limit?

I have done this before with a path to the network and everything worked as should. We have recently upgrade to 2013 but i would'nt think that would be an issue.

So basically, file on local drive everything inserts fine. File on network, get error.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Convert DGN Files To DWG Files?

Feb 8, 2013

I want to convert my DGN files to DWG files.

So I write this code in LISP:
 
(defun C:Batch_DGN2DWG (/path dgnfile SDI_Mode) (setq path "C:\DGN\" ;;Default path for DGN files location. DGNIMPORTMODE 0 ;;Imports the DGN file in a new drawing file. SDI_Mode SDI ;;Save Current SDI MODE SDI 1 ;;SET Single Drawing Mode for AutoCAD. );;setq (foreach dgnfile (vl-directory-files path "*.DGN" 1) (progn (command "-dgnimport" (strcat path dgnfile) "" "" "" "y" (strcat path dgnfile ".DWG")) (delay 100) );;progn );;foreach (setq SDI SDI_Mode) ;;restrore SDI Mode to previous value.)

but I can't finish it!

I attached some DGN files for test purpose.

View 9 Replies View Related

Illustrator :: Batch Export Of EPS To BMP Files Creates Extra EPS / AI Files

Dec 20, 2012

A simple action.
 
File>Export>.bmpClose 
 
If I run the action on one file, it works perfect.
 If I try to run it as a batch, it creates the bmp files fine.
But it also creates either a .ai file, or two .eps files!
 
Writing one or two extra files signifiantly shows the process down.
 
After I run the batch it is not hard to simply delete the extra .eps/ai files of course. 
 
But writing those files seriously slows the process down, and I have about 89,000 more files to go.
 
Illustrator CS4.  Windows XP

View 1 Replies View Related

Lightroom :: Old Files Are Automatically Removed From Program Files Folder

Mar 12, 2012

Following previous LR upgrades (3.2, 3.3, 3.4, 3.5 and 3.6), old files were automatically removed from the Program Files folder. However, I just upgrades from 3.6 to 4.0 and notice that the old files are still on my hard drive in the 3.6 folder. Do I need to keep these files or can I UNINSTALL LR 3.6?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved