Copy link to clipboard
Copied
Hi All,
I am trying to convert some 1-channel grayscale to 3-channel rgb tiff images. I have figured out how to do this one by one, but I need to convert 20,000 tiffs in 120 different folders and am trying to figure out to do this en masse.
Any help would be greatly appreciated!
Thanks!
Erik
Copy link to clipboard
Copied
Are you using Photoshop Fix where you posted and which has been at end of support for two years or Photoshop?
Photoshop Fix can't do this, but Photoshop can. Let us know which application you are using and we can move your post.
Jane
Copy link to clipboard
Copied
Good Morning Jane,
We are using the most recent version of Photoshop (we bought a monthly subscription).
Thanks!
Very Respectfully,
Taylor Dunlop
[Phone number and address removed for your protection on a
public forum. Please watch automatic signatures from emails!]
This message may contain confidential information of SentrySciences, Inc.. If you are not the intended recipient and have received this message in error, any use, distribution, or disclosure of this information is prohibited. Please notify me immediately by reply e-mail and delete this message from your computer systems. Thank you.
Copy link to clipboard
Copied
Hi Erik
I've moved your post from Photoshop Fix to Photoshop for you and added the tag for "Actions and Scripts". You can do this with an action and batch it, but because they are in different folders, one of our scripters might have a better idea. Are you on macOS or Windows?
Jane
Copy link to clipboard
Copied
Hi Jane,
We're using Windows 11.
Very Respectfully,
Taylor Dunlop
Quality & Service Manager
Cell: <Mod:phone number deleted>
Please note our new address below,
<Mod: address informations deleted>
[Text Description automatically generated]
This message may contain confidential information of SentrySciences, Inc.. If you are not the intended recipient and have received this message in error, any use, distribution, or disclosure of this information is prohibited. Please notify me immediately by reply e-mail and delete this message from your computer systems. Thank you.
[Moderator]
[personal information removed per policy -
[This is a public forum, not Adobe support, please do not post personal information]
Copy link to clipboard
Copied
The standard approach is to use an action and batch, or an image processing script.
You will need free hard drive space, plus extra for scratch memory. The saved images now contain x3 the channel data.
Photoshop has many overheads which often conflict with batch processing large volumes of images. Photoshop can do this, however, it will likely take longer than other software and you may have to run in smaller batches as it may not be realistic to process this many files in one go.
For 20K images, I would suggest a CLI-driven program such as ImageMagick or GraphicsMagick or XnConvert or nConvert etc.
Copy link to clipboard
Copied
Another possibility is using the bulk export features in Adobe Bridge or Lightroom Classic. The Export panel in Bridge is shown below, with an Export Preset set up to convert all selected files to Adobe RGB TIFF with ZIP compression at 8 bits per channel. Once set up, you simply drop a large number of files onto the export preset and click Start Export.
The advantage of bulk exporting with Bridge, Lightroom Classic, or Camera Raw is that they are multithreaded and (some are) GPU accelerated, so the more CPU cores you have, the more images get processed in parallel. A Photoshop action opens and processes each image one at a time, and that is going to be a lot slower, a form of the various types of Photoshop overhead Stephen mentioned.
However, I am not sure how reliable Bridge Export is for very large batches like 20,000 images. You’d have to test it.
I agree that if the Adobe options don’t work out, the command-line options Stephen mentioned may be best. For example, ImageMagick runs back-end bulk image processing for a large number of applications and commercial websites, so it’s definitely industrial strength, and you’ve probably already been using ImageMagick here and there without realizing it.