ImageInfo
Revision as of 23:38, 24 May 2017 by Lchrisman (talk | contribs) (Created page with "''New to Analytica 5.0'' == ImageInfo( image, item ) == Returns information about an in-memory image. «Image» is an image obtained from the Pict attribute of an o...")
New to Analytica 5.0
ImageInfo( image, item )
Returns information about an in-memory image. «Image» is an image obtained from the Pict attribute of an object that has an image, or from functions such as ReadImageFile, ReadFromURL, CanvasImage (see Drawing images), or ImageFromHex.
Possible options for «item» are:
'Width'
: The width of the image in pixels.'Height'
: The height of the image in pixels.'Type'
: The mime type of the image as currently stored in memory. Possible types include these (others are also possible):'PNG'
'JPG'
'BMP'
'WMF'
'TIF'
'BitsPerPixel'
: The color depth. The most common values are 24 (8 bits each for red, green and blue) and 32 (8 bits each for alpha, red, green and blue).
See Also
Comments
Enable comment auto-refresher