ImportJPGImage

Declaration: ImportJPGImage(FName: string; FeedBack: boolean): integer;
Imports a photo stored in JPG format. The photo may be either a grayscale, or RGB color image. The parameter FName specifies the full file path of the JPG file.

The parameter Feedback controls whether a visual feedback is provided during the import of the data. Please note that unless the script progress bar is already visible you have to make it visible before calling ImportJPGImage, otherwise the feedback will not be displayed. You can activate the script progress bar by calling the function ScriptBar(0).

The function returns the following error codes:

 0 ... everything is OK, the JPG file has been imported
-1 ... the file does not exist