Next: Image and pixels
Up: Modules API
Previous: Packaging and releasing
  Contents
  Index
imageLoader
This module is a special one; every good rule must have a exception.
The differences between imageLoader and the other modules are:
- There may be only one function in the image loader module at a time,
which makes sense, since there may be only one open image at a time.
- The imageLoader function may be accessed directly by calling gocr_imageLoad().
- This module is not called by the gocr_run*Modules() functions.
libGOCR has a default image loader module, which currently opens the
following images types3.3:
- .pnm
- .pbm
- .pgm
- .ppm
- .jpg/.jpeg
- .gif
- .bmp
- .tiff
- .png
Subsections
root
2002-02-17