Copy link to clipboard
Copied
Is there a way to save a jpeg image to TIFF in batch action without the 'save as' windows popping up?
Let's say I'm batching an action that creates an additional layer to the jpeg images. But it halts the action with 'save as' windows popping up.
Is there a script that I can add to my existing actions to bypass this and save them as layered TIFF automatically?
Copy link to clipboard
Copied
I haven't tested it, however, you may need to add a flatten step before saving, or ensure that your TIFF save options include saving layered files or exclude this.
A screenshot of the Action with all steps expanded and visible (not in button mode) and a screenshot of the Batch command setting used when running the action would be helpful.
There are also scripts:
Image Processor:
Image Processor Pro:
https://sourceforge.net/projects/ps-scripts/files/Image%20Processor%20Pro/v3_2%20betas/
Picture Processor:
https://github.com/Paul-Riggott/PS-Scripts/blob/master/Picture%20Processor.jsx
Batch Multi Save:
https://www.marspremedia.com/software/photoshop/batch-multi-save
Copy link to clipboard
Copied
I see no issue with running an action that adds one layer to the layers stack when using the built-in Image Processor script.
Copy link to clipboard
Copied
You can run in Photoshop: File > Scripts > Image processor and batch save JPGs as TIFFs
As a matter of interest, why do you want to do this?
Copy link to clipboard
Copied
Yes, you can save JPEG images to TIFF format in a batch process without the 'Save As' dialog popping up by using batch processing tools or scripts in software that supports automation. Here are a few methods to achieve this:
If you have Adobe Photoshop, you can create an action and then automate it through a batch process.
Steps:
Create an Action:
Batch Process:
ImageMagick is a free, powerful command-line tool for batch image processing. If you’re comfortable using the command line, you can use it to convert JPEGs to TIFFs without any pop-up windows.
Steps:
Install ImageMagick: Make sure you have ImageMagick installed on your system. You can download it from
Run the Conversion Command:
Open your terminal (command prompt or shell) and navigate to the directory containing your JPEG files. Then run the following command:
This command will convert all JPEG files in the current directory to TIFF format without opening any save dialogs.
GIMP, a free image editor, also allows for batch processing using a script.
Steps:
Install GIMP: Make sure you have GIMP installed on your computer.
Use BIMP (Batch Image Manipulation Plugin):
If you want a quick way without third-party applications, you can use a PowerShell script if you are on Windows.
Example PowerShell Command: