Image Viewer CP ActiveX Control

ConvertTo16bppRGB555

 

Convert current image to 16 bit RGB 555 color image.

Public Function ConvertTo16bppRGB555()

 

No Parameter

No Return Value

Example

   

Visual Basic Syntax
ImageViewer1.FileName ="c:\newphoto1.tif"
ImageViewer1.ConvertTo16bppRGB555
ImageViewer1.Save "c:\newoutput", "bmp"