Returns a pipebar (|) delimited string that lists the width and the height of the image in pixels.
IppGetImageSize([Image Path],[Resolution])
Where:
Image Path is the Full File Path and Name of the image file to get the size of.
Resolution is the TRUE to indicate the images width and height resolutions. FALSE would not return these.
Rule | Result | Meaning |
---|---|---|
IppGetImageSize("C:\MyDocuments\Content\Images\DWlogo.jpg",TRUE) | 640|758|72|73 | This returns the width (640) and the height (758) of the image in pixels and the resolutions in those directions (72 and 73 respectively). |