pdfOptimizer 3.0.1 API
iText.Pdfoptimizer.Handlers.Imagequality.Processors Namespace Reference

Classes

class   BitmapCmykToRgbConverter
  Class is used to change the color scheme of the bitmap image from CMYK to RGB. More...
 
class   BitmapCompressor
  Class is used to optimize bitmap images. More...
 
class   BitmapDeindexer
  Class is used to replace Indexed colorspace with appropriate Device colorspace. More...
 
class   BitmapIndexer
  Class is used to make the color space of the image indexed if possible. More...
 
class   BitmapScalingProcessor
  Class is used to scale bitmap images. More...
 
class   CombinedImageProcessor
  Allow to create complex IImageProcessor combined of several image processors called one by one. More...
 
interface   IImageProcessor
  Interface for processing of images stored as iText.Kernel.Pdf.Xobject.PdfImageXObject with a specified iText.IO.Image.ImageType. More...
 
class   JpegCompressor
  Class is used to compress images as JPEG. More...