libcrn
3.9.5
A document image processing library
|
#include <libgtkcrnmm_config.h>
#include <gtkmm.h>
#include <CRNImage/CRNImage.h>
#include <CRNImage/CRNPixel.h>
Go to the source code of this file.
Namespaces | |
GdkCRN | |
Functions | |
Glib::RefPtr< Gdk::Pixbuf > | GdkCRN::PixbufFromCRNImage (const crn::ImageBase &img) |
Creates a Gdk::Pixbuf from a crn::Image. More... | |
Glib::RefPtr< Gdk::Pixbuf > | GdkCRN::PixbufFromFile (const crn::Path &p) |
Creates a Gdk::Pixbuf from a file. More... | |
crn::ImageRGB | GdkCRN::CRNImageFromPixbuf (const Glib::RefPtr< Gdk::Pixbuf > &pb) |
Creates a crn::Image from a Gdk::Pixbuf. More... | |
Gdk::Color | GdkCRN::ColorFromCRNPixel (const crn::pixel::RGB8 &p) |
Creates a Gdk::Color from a crn::Pixel. More... | |
crn::pixel::RGB8 | GdkCRN::CRNPixelRGBFromGdkColor (const Gdk::Color &color) |
Creates a crn::PixelRGB from a Gdk::Color. More... | |