libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
GdkCRN Namespace Reference

Functions

Glib::RefPtr< Gdk::Pixbuf > PixbufFromCRNImage (const crn::ImageBase &img)
 Creates a Gdk::Pixbuf from a crn::Image. More...
 
Glib::RefPtr< Gdk::Pixbuf > PixbufFromFile (const crn::Path &p)
 Creates a Gdk::Pixbuf from a file. More...
 
crn::ImageRGB CRNImageFromPixbuf (const Glib::RefPtr< Gdk::Pixbuf > &pb)
 Creates a crn::Image from a Gdk::Pixbuf. More...
 
Gdk::Color ColorFromCRNPixel (const crn::pixel::RGB8 &p)
 Creates a Gdk::Color from a crn::Pixel. More...
 
crn::pixel::RGB8 CRNPixelRGBFromGdkColor (const Gdk::Color &color)
 Creates a crn::PixelRGB from a Gdk::Color. More...