Batch convert color space

Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.

  1. #1

    Default Batch convert color space

    Good morning! I need to convert hundreds of images. I've set up an action that will open a file, do the color space convert, save and close the image. When I run this from "File - Automate - Batch", it opens the file from the directory I've specified and then I get a dialog box that prompts me to select how to convert the color space.
    All the batch is doing is opening the images, doing a save and close. I still have to select the color space and click OK.
    What am I doing wrong?
    Help please!! Thanks!
    Jan
    Jan C. Doddy Guest

  2. Similar Questions and Discussions

    1. Batch Convert DOC to PDF
      Is there a way to set up a batch process to convert .DOC files to PDFs? I saw some documentation on setting up Distiller watched folders but this is...
    2. Is there a way to batch convert PPT files?
      Hi All, I have a need to convert dozens of PPT 2000 files for viewing on a UNIX system. Is there a way to set the proper print settings and then...
    3. Is it possible to setup a batch process to convert .txt to .pdf?
      I seem to have found a way to do this. From Windows Explorer, select the text ".txt" files you wish to convert. Right Click on one of the selected...
    4. Question about color match monitor/printout and Color space
      I am using a Minolta F200 camera; the EXIF data show :color space - sRGB; I am using a Laptop (Toshiba Satellite), so not much possibilties for...
    5. batch renaming for filenames with space
      On Sun, Jul 27, 2003 at 12:45:26PM +0300, Micha Feigin wrote: Assuming you're using bash: for f in *; do cp "$f" "${f/Copy of /}" done --
  3. #2

    Default Re: Batch convert color space

    Tony, thanks for the reply, however, I must be missing something. How do I create an action without the "Open" command? Also, if I save the images as a .PSD, I will need to convert them back to a .JPG or a .TIF. I believe the problem I'm having is the correct way to create the action.

    If it's not too much, please step me through the process of setting up the "Action" correctly. The "Batch" I think I have.

    Thanks again for your help!

    Jan
    Jan C. Doddy Guest

  4. #3

    Default Re: Batch convert color space

    Okay Jan, good questions. There are variations on this, but I will share how *I* would do it. There is one step that you *could* combine, but I keep things separate for organization purposes. With that in mind...

    First, open a "dummy" image. Begin recording an action that Converts Color Space. After it's done, stop recording.

    Image is still open. Create an action that will Save As (file format of your choice).

    Side note. I know that with JPG's, you can embed a profile with save for web, but I've never used that feature. In general, since web isn't color managed, and most JPG's go to web, embedding a color profile is worthless. Now, if it's going to a co-worker or will be viewed in a color managed environment, then it makes sense, but that's the only time I see it having any utility at all.

    So my point with the above paragraph is, if you are converting to a profile then saving as JPG, it's probably a waste of time, and I'm not sure that profiles are embedded by default using the Save As feature from within Photoshop.

    But let's continue, using Save As Tiff, since you can include a profile with that format.

    So your image is open, you begin recording File|Save As. Pick all the options you want: whether to use compression, preserve layers, etc., and actually save the file. Stop recording.

    Now, create a Third action: call it Convert Profile and Save. Your image is still open, so create the action, and record the playing of your first action (convert to profile) and then play the Save As Tiff action.

    What you're doing with the above, is nesting an action - they could all be done in one action, but I think it makes more sense this way and is easier to manage since I can re-use any one of the individual portions: I can convert, I can save as tiff, or I can convert and save - personal preference.

    But again, your third action is you playing action 1, then action 2 in succession; then stop recording.

    Now you are ready to batch. Close your "dummy" file.

    Look at the Save As action. Next to it is a little square - toggle the Dialog to OFF by clicking in that square.

    Now, File|Automate|Batch

    Action to Run: Convert and Save
    Source: Folder
    Choose: pick the folder containing the images
    Destination: Folder
    Choose: select the folder where you want the images to go.
    CHECK the box that says "Override Save As Information".

    Enter a naming convention (optional). Your files will automatically be Tiff, so make sure that the last entry is simply "extension". If you leave this section to it's default, your images will have the same name, but a Tif extension.

    At that point, you're ready to rock. Each image in the Source folder will open, the profile will convert, and the image will Save As Tiff in the destination you chose.

    Peace,
    Tony
    YrbkMgr Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139