pdftron::PDF::Image2RGBA Class Reference

Image2RGBA is a filter that can decompress and normalize any PDF image stream (e.g. More...

#include <Image2RGBA.h>

Inheritance diagram for pdftron::PDF::Image2RGBA:

Inheritance graph
[legend]
Collaboration diagram for pdftron::PDF::Image2RGBA:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Image2RGBA (Element image_element, bool premultiply=false)
 Image2RGBA (SDF::Obj image_xobject, bool premultiply=false)
 Image2RGBA (Image &image, bool premultiply=false)


Detailed Description

Image2RGBA is a filter that can decompress and normalize any PDF image stream (e.g.

monochrome, CMYK, etc) into a raw RGBA pixel stream.


Constructor & Destructor Documentation

pdftron::PDF::Image2RGBA::Image2RGBA ( Element  image_element,
bool  premultiply = false 
)

pdftron::PDF::Image2RGBA::Image2RGBA ( SDF::Obj  image_xobject,
bool  premultiply = false 
)

pdftron::PDF::Image2RGBA::Image2RGBA ( Image image,
bool  premultiply = false 
)


© 2002-2010 PDFTron Systems Inc.