ho_gtk.h(3)
| src/ho_gtk.h(3) | libhocr | src/ho_gtk.h(3) |
NAME
src/ho_gtk.h - libhocr C language header.
SYNOPSIS
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <hocr.h>
Defines
#define HO_GTK_H 1
Functions
ho_pixbuf * ho_gtk_pixbuf_from_gdk (const GdkPixbuf
*gdk_pix)
ho_pixbuf * ho_gtk_pixbuf_from_gdk_share_data (const GdkPixbuf
*gdk_pix)
GdkPixbuf * ho_gtk_pixbuf_to_gdk (const ho_pixbuf *hocr_pix)
ho_pixbuf * ho_gtk_pixbuf_load (const char *filename)
int ho_gtk_pixbuf_save (const ho_pixbuf *pix, const char
*filename, const char *ext)
int ho_gtk_font_save (const ho_bitmap *m_text, const
ho_bitmap *m_nikud, const ho_bitmap *m_mask, const char
*filename, const char *ext)
Detailed Description
libhocr C language header.
libhocr - LIBrary for Hebrew Optical Character Recognition
Define Documentation
#define HO_GTK_H 1
Function Documentation
ho_pixbuf* ho_gtk_pixbuf_from_gdk (const GdkPixbuf * gdk_pix)
new ho_pixbuf from a gdk_pixbuf
Parameters:
Returns:
ho_pixbuf* ho_gtk_pixbuf_from_gdk_share_data (const GdkPixbuf * gdk_pix)
new ho_pixbuf from a gdk_pixbuf
Parameters:
Returns:
GdkPixbuf* ho_gtk_pixbuf_to_gdk (const ho_pixbuf * hocr_pix)
new gdk_pixbuf from a ho_pixbuf
Parameters:
Returns:
ho_pixbuf* ho_gtk_pixbuf_load (const char * filename)
read ho_pixbuf from file
Parameters:
Returns:
int ho_gtk_pixbuf_save (const ho_pixbuf * pix, const char * filename, const char * ext)
writes ho_pixbuf to file
Parameters:
filename save as file name
ext file type extention, e.g jpeg, png ...
Returns:
int ho_gtk_font_save (const ho_bitmap * m_text, const ho_bitmap * m_nikud, const ho_bitmap * m_mask, const char * filename, const char * ext)
writes font to file
Parameters:
m_nikud ho_bitmap of nikud
m_mask ho_bitmap of line
filename save as file name
ext file type extention, e.g jpeg, png ...
Returns:
Author
Generated automatically by Doxygen for libhocr from the source code.
| 31 Jul 2008 | Version 0.10.17 |
