ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / EXIF functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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
CheminImg is string = "C:\Mes Images\MonImage.JPG" 
// Connaître la date de réalisation de cette image 
Info("Date de réalisation : " + ImageInfoValue(CheminImg, imgDate))
// Fermeture du fichier image 
ImageInfoClose(CheminImg)
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: wd300img.dll
See also
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help