00001 #ifndef _DLTextImage_H_
00002 #define _DLTextImage_H_
00003
00004 #include "DLTextImage.h"
00005 #include "DLImage.h"
00006
00007 #include <iostream>
00008 #include <string>
00009 using namespace std;
00010
00027 class DLTextImage : public DLImage
00028 {
00029 public:
00030
00048 DLTextImage(const char *filename, DLBaseImage* imageType = NULL);
00049
00050 private:
00054 bool dlHasMoreBlackPixel();
00055
00057 void dlReverseDocumentPixel();
00058
00059 };
00060
00061
00062 #endif // _DLIMAGE_H_