When one creates a jpeg using Save As, the jpeg options dialog box allows one to select a quality level of 1 to 12. When the file is re-opened and saved again using Save As, the original quality value appears in the dialog box. Is there a way to use javascript (or vb or applescript) to read this value for the active document?
According to the Javascript Scripting Guide, the JPEGSaveOptions for quality are read and write.
If one uses:
alert(JPEGSaveOptions.quality), one gets the value 3, which is the default value.
How do I get the value for the current active jpeg image (document)? Is it possible?
TIA,
Tom