Structure that allows to customize the image format, quality and attributes. It’s defined in iscobol.def as follows:01 wsave-options.Activates the transparency and identifies the RGB of the transparent color. wsave-transparent-color can be calculated as follows: (RED * 65536) + (GREEN * 256) + BLUE. It’s evaluated only for the PNG and GIF formats.returnCode can be any numeric data item and provides additional information:
Example - Load a BMP file and save it as JPG
copy "isgui.def".copy "iscobol.def".77 hbmp handle.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |