-
Script to export PNG
I have found a script that allows a PNG file to be exported at the press of a button. I have discovered that the resolution of the PNG is based on the Resolution/Draw Down Sample Factor of the Project Display window.
Is there a simple line that I can add to the script to force this window to be full quality prior to exporting the PNG? Would something like this work?
app.project.item(index).resolutionFactor[1,1]
Thanks,
Jason