Image Viewer CP ActiveX Control

GIFErrorDiffusion

 

Enable/Disable Error Diffusion when save to GIF file. If set to true, It will output good quality of GIF file.
 

ImageViewer1.GIFErrorDiffusion[=Bool]


Parameter
Bool
true - enable, false- disable.


Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
ImageViewer1.FileName = "c:\1.tif"
ImageViewer1.GIFErrorDiffusion = True
ImageViewer1.GIFMaxColor= 256
ImageViewer1.GIFQuantizer= 1
ImageViewer1.Save "c:\test.gif","gif"