Home Search

DriveWorks Pro 21
IppGetImageSize

Send Feedback

IppGetImageSize

Returns a pipebar (|) delimited string that lists the width and the height of the image in pixels.

Syntax

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.

Example

RuleResultMeaning
IppGetImageSize("C:\MyDocuments\Content\Images\DWlogo.jpg",TRUE)640|758|72|73This returns the width (640) and the height (758) of the image in pixels and the resolutions in those directions (72 and 73 respectively).