tesseract-doxygen/image/imgtiff.h File Reference
#include "host.h"
#include "bitstrm.h"
Go to the source code of this file.
Functions |
inT8 | open_tif_image (int fd, inT32 *xsize, inT32 *ysize, inT8 *bpp, inT8 *photo, inT32 *res) |
inT8 | read_tif_image (int fd, uinT8 *pixels, inT32 xsize, inT32 ysize, inT8 bpp, inT32) |
inT32 | read_eol (R_BITSTREAM *bits, uinT16 &code) |
inT8 | write_moto_tif (int fd, uinT8 *pixels, inT32 xsize, inT32 ysize, inT8 bpp, inT8 photo, inT32 res) |
inT8 | write_intel_tif (int fd, uinT8 *pixels, inT32 xsize, inT32 ysize, inT8 bpp, inT8 photo, inT32 res) |
inT8 | write_inverse_tif (int fd, uinT8 *pixels, inT32 xsize, inT32 ysize, inT8 bpp, inT8 photo, inT32 res) |
inT8 | write_tif_image (int fd, uinT8 *pixels, inT32 xsize, inT32 ysize, inT8 bpp, inT32 res, inT16 type, inT16 photo) |
Function Documentation