Question
Script to set image compression LZW when saving files
Is it not possible to set image compression to LZW when Photoshop stores tif files when the script runs the file? The script I tried kept reporting errors, as follows: saveOptions.imageCompression = TIFFCompression.LZW;
