SaveScaleImage Last update: 17.07.2025 Description Return value: Save Scale Image and return true if the call succeeds, false otherwise. Syntax object.SaveScaleImage(LPCSTR strFileName, int iImageFileFormat, int iWidth, int iHeight ) As Boolean object: Virtual Photometric Lab object strFileName: file name to save the image iImageFileFormat: image format (0: bmp, 3: jpg) iWidth: horizontal number of pixel iHeight: vertical number of pixel