New JSFL – Modify JPEG Imported Compression Quality (3 Functions)
Monday, February 13th, 2006I was in need of this for a project that I am working on. I thought I’d share three really simple JSFL scripts that I wrote to modify bitmaps in your library.
If you want to set all of the bitmaps (jpgs) in your library to use their Imported JPEG data then you can use:
UseImportedCompression.jsfl
If you want to set all of the bitmaps (jpgs) in your library to not use their Imported JPEG data then you can use:
DontUseImportedCompression.jsfl
And lastly to modify the compression level of all of the selected bitmaps in your library you can use this:
SetCompressionLevel.jsfl
Hope you like and can use.
-Sarge
