March 28, 201213 yr Is there a way to retrieve the pixel dimensions of an image stored through SuperContainer?
April 9, 201213 yr Hey Prob, I apologize that I missed this question. Yes, this is possible, you can use the SCGetInfo companion plug-in function with the following parameter: SCGetInfo( "path/to/your/file" ; "dimension" ) You can also get the height and widths specifically by passing those in as well. SCGetInfo( "path/to/your/file" ; "height" ) SCGetInfo( "path/to/your/file" ; "width" ) I hope this helps. Regards,
April 9, 201213 yr Author Great, thank you - this will be very helpful for some zoom in/out buttons I'm adding for a SC web viewer.
August 12, 201411 yr this doesn't seem to work for any tif files with latest SC on a mac Is there a workaround?
Create an account or sign in to comment