Visual Basic |
---|
Public Sub Save() |
This method generates an error if Image object is a zone.
Method saves image using format specified in Format property. Some formats are "read-only" and are not supported by this method.
Some formats use lossy compression. Therefore saving image in such format will modify saved image.
Amount of JPEG compression is controlled by JpegQuality parameter.
Not each format supports all CiImage. BitsPerPixel values. Image is converted to the nearest supported BPP prior to saving.
For example Bitonal image is converted to Grayscale prior to saving using JPEG format. Resulting file image might have blocking effect, typical for JPEG lossy compression.
VB Example (Visual Basic) | ![]() | |
---|---|---|
|
Process Multi-page file (Visual Basic) | ![]() | |
---|---|---|
|
CiImage Object | Open | Save | SaveAs | Append