Image2RGB.h

Go to the documentation of this file.
00001 //---------------------------------------------------------------------------------------
00002 // Copyright (c) 2001-2008 by PDFTron Systems Inc. All Rights Reserved.
00003 // Consult legal.txt regarding legal and license information.
00004 //---------------------------------------------------------------------------------------
00005 
00006 #ifndef   H_CPPPDFImage2RGB
00007 #define   H_CPPPDFImage2RGB
00008 
00009 #include <Filters/Filter.h>
00010 #include <C/Filters/TRN_Filter.h>
00011 #include <PDF/Element.h>
00012 #include <PDF/Image.h>
00013 
00014 namespace pdftron { 
00015         namespace PDF {
00016 
00021 class Image2RGB : public Filters::Filter
00022 {
00023 public:
00024         Image2RGB(Element image_element);
00025         Image2RGB(SDF::Obj image_xobject);
00026         Image2RGB(Image image);
00027 };
00028 
00029 #include <Impl/Image2RGB.inl>
00030 
00031         };      // namespace PDF
00032 };      // namespace pdftron
00033 
00034 #endif
00035 

© 2002-2008 PDFTron Systems Inc.