libcrn
3.9.5
A document image processing library
|
#include <CRNImage/CRNImage.h>
#include <CRNImage/CRNImageBW.h>
#include <CRNImage/CRNImageGray.h>
#include <CRNImage/CRNImageRGB.h>
#include <CRNException.h>
#include <CRNIO/CRNFileShield.h>
#include <typeindex>
#include <CRNi18n.h>
Go to the source code of this file.
Enumerations | |
enum | ColorType { RGB, GRAY, BW } |
Functions | |
void | fclose_if_not_null (FILE *f) |
enum ColorType |
Enumerator | |
---|---|
RGB | |
GRAY | |
BW |
Definition at line 62 of file CRNImage.cpp.
void fclose_if_not_null | ( | FILE * | f | ) |
Definition at line 68 of file CRNImage.cpp.