Metadata of photo images
Is there a way to receive the metadata of photo-file (tif, jpg, pict, etc), actually I need to read out the size of the images (width and height in pixels) Any idea?
Thanks
Max Patch
Copy patch and select New From Clipboard in Max.
Not sure about reading image metadata, but if dimension info is all you need to acquire you could just open the image(s) via importmovie with jit.matrix and use jit.matrixinfo to get the dimensions.