I have a large number of very large, uncompressed tiff files. I'd like to batch compress them all and output LZW (lossless) compressed tiffs. Can anyone recommend a tool (preferably free or shareware) that will do this?
Thanks.
You could write an action to do this, then run the action in batch mode.
Open a file, record the action, "save as" a tiff with the parameters you want, stop the action. You do not have to record the closing of the file.
Highlight the Action name, File> Automate> Batch
Choose the Source Folder with the original tiffs in it.
Choose the Destination Folder as the same folder as the originals.
Do not check the Override Action "Save As" Commands Box
The action will overwrite the original files with the new tiff parameters.
Test the action by putting one file in a folder. After you run the batch, open the file and do a save as to verify the file was saved with your parameters.
There is nothing more to the action than the "save as" part, unless your original image is not flattened. If so, then you would have to add flattening before the "save as" step.
Mike