libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Functions
CRNImage.cpp File Reference
#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>
+ Include dependency graph for CRNImage.cpp:

Go to the source code of this file.

Enumerations

enum  ColorType { RGB, GRAY, BW }
 

Functions

void fclose_if_not_null (FILE *f)
 

Enumeration Type Documentation

enum ColorType
Enumerator
RGB 
GRAY 
BW 

Definition at line 62 of file CRNImage.cpp.

Function Documentation

void fclose_if_not_null ( FILE *  f)

Definition at line 68 of file CRNImage.cpp.