I'm trying to figure out where this is stored in the file structure, I've tried a few different options, but I'm stuck. I dumped all the attributes of the file to console, but it's not there.
Latest I tried this:
app.activeDocument.TiffSaveOptions)
I could simply open up each file and do a Save As Which would show me all the settings, but it's more time consuming than writing this to text.
Also, does anyone have a recommendation for an Object Model Viewer? Is there one? I'd like to learn more about the files and structures themselves, without having to do hours of experimentation, since it can be difficult to figure out where things are nested.