iDRS™ SDK 16
Loading...
Searching...
No Matches
Imaging

Imaging module contains the features that allows an integrator to load/save bitmaps using various image formats. More...

Classes

class  CImage
 The CImage class manages images for iDRS.An image is a buffer of pixels and some characteristics such as width, height, resolution. The class CImage offers a set of convenient methods for loading, saving and manipulating image pixels. Internally the class stores the data in uncompressed format. ColorMode for color modes. More...
 
class  CImageLimits
 CImageLimits class contains helper methods useful when working with images. More...
 
class  CImageLoadOptions
 The CImageLoadOptions is the base class to hold the options for loading an image file. More...
 
class  CImageLoadOptionsPdf
 CImageLoadOptionsPdf contains the options for loading image to pdf file format. More...
 
class  CImagePixels
 The CImagePixels class handles the pixels of an image.The class offers pixel level access for an image. More...
 
class  CImageSaveOptions
 The CImageSaveOptions is the base class to hold the options for an image file. More...
 
class  CImageSaveOptionsJpeg
 The CImageSaveOptionsJpeg class represents the various options to deal with JPEG images.CImage.Load More...
 
class  CImageSaveOptionsJpeg2000
 The CImageSaveOptionsJpeg2000 class represents the various options to deal with JPEG 2000 image compression algorithm. More...
 
class  CImageSaveOptionsPdf
 CImageSaveOptionsPdf contains the options for saving image to pdf file format. More...
 
class  CImageSaveOptionsPng
 The CImageSaveOptionsPng class represents the various options to deal with PNG images. More...
 
class  CImageSaveOptionsTiff
 The CImageSaveOptionsTiff class represents the various options to deal with TIFF images. More...
 

Detailed Description

Imaging module contains the features that allows an integrator to load/save bitmaps using various image formats.