ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / EXIF functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ImageInfoClose (Function)
In french: ImageInfoFerme
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory.
Remarks:
  • This function has no effect if the image used by ImageInfoValue and/or by ImageInfoList comes from an Image control, an image memo or a binary string.
  • To handle the Exif tags of an image, use the Exif property of Image variables. This property can be used on Android applications.
Example
ImgPath is string = "C:\My Images\MyImage.JPG"
// Find out the creation date of this image
Info("Creation date: " + ImageInfoValue(ImgPath, imgDate))
// Close the image file
ImageInfoClose(ImgPath)
Syntax
ImageInfoClose(<Image file>)
<Image file>: Character string
Name and full (or relative) path of the image file to close (up to 260 characters). A UNC path can be used.
Remarks
ImageInfoClose returns no error code. To determine if this function generated an error, use the ErrorOccurred variable. If an error occurs, you can get more details on the error with ErrorInfo.
Component: wd290img.dll
See also
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help