DBPix Documentation
Version 2.0

ImageSaveFormat Property


Description:  Controls the image file format to be used when an image is encoded.
Type:  Number (enum/short)
Read/Get
Write/Set:
  
 
 
Remarks:  

This configuration property sets the image format (and hence compression type) that will be used when images are stored. 
Depending on the value selected additional per-format configuration properties can be set to adjust the image encoding process.
For the JPEG format see also the JPEGQuality, JPEGEncoding, JPEGColorMode and JPEGNoRecompress properties.
For PNG see PNGColorDepth, PNGCompression, PNGFilter and PNGInterlace.

ConstantValueDescription
ImageSaveFormatJPEG0JPEG image format (default).
ImageSaveFormatPNG1PNG image format.

 

 

Documentation version 2.0.0