CopyImage
Allows copying an image from one file format to another. Simply specify the name of the input file and a name of the output file. Based on the extension the new image format is created. Supported formats include gif,jpg,png,tif,bmp.
Note: This is a static function not a class method
CopyImage(lcSource,lcTarget)
Returns
.T. or .F.
Parameters
lcSource
Source image file.
lcTarget
Output image file.
Remarks
Uses wwImaging.dll shipped in the Web Connection directory.
See also
Class wwAPI