leptonica(3)
NAME
leptonica - image processing library
SYNOPSIS
#include <leptonica/allheaders.h> cc file.c -llept
DESCRIPTION
- This manual page documents briefly the leptonica image
- processing library.
- Leptonica is a well-tested C library for some basic image
- processing operations, along with a description of the functions
- and some design methods. A full set of affine transformations
- (translation, shear, rotation, scaling) on images of all depths
- is included, with the exception that some of the scaling methods
- do not work at all depths. There are also implementations of bi
- nary morphology, grayscale morphology, convolution and rank order
- filters, and applications such as jbig2 image processing and col
- or quantization. You will also find basic utilities for the safe
- and efficient handling of arrays (of strings, numbers, number
- pairs and image-related geometrical objects), byte queues, gener
- ic stacks, generic lists, and endian-independent indexing into
- 32-bit arrays.
OPTIONS
- The example programs included with leptonica will report
- their usage if you try to run them on the command line with no
- arguements. Usage varies from program to program. These are sam
- ple programs; read their source code if you are trying to do
- something similar.
SEE ALSO
- adaptmaptest(1), affinetest(1), alljpeg2ps(1),
- alltiff2ps(1), arithtest(1), baselinetest(1), bilineartest(1),
- bincompare(1), binmazetest(1), blendcmaptest(1), blendtest1(1),
- buffertest(1), ccbordtest(1), cctest(1), colormaptest(1),
- colorquanttest(1), colorsegtest(1), colorspacetest(1),
- contrasttest(1), convertformat(1), converttogray(1),
- converttops(1), convolvetest(1), cornertest(1), distancetest(1),
- dithertest(1), docseg1(1), equaltest(1), expandtest(1),
- falsecolortest(1), fhmtautogen(1), fhmttest(1), fileinfo(1),
- findpattern1,(1), findpattern2(1), findpattern3(1),
- fmorphautogen(1), fmorphtest1,(1), fmorphtest2(1), gammatest(1),
- genfonts(1), graphicstest(1), graymazetest(1), heaptest(1),
- histotest(1), ioformats(1), iotest(1), jbcorrelation(1),
- jbrankhaus(1), lineremoval(1), listtest(1), maketile(1),
- morphgraytest(1), morphop(1), morphseqtest(1), morphtest1,(1),
- morphtest2(1), morphtest3(1), morphtest4(1), mtifftest(1),
- numaranktest(1), numatest(1), painttest(1), pixcompare(1),
- plotfile(1), plotprog(1), printimage(1), printsplitimage(1),
- printtiff(1), projectivetest(1), reducetest(1), renderfonts(1),
- rotate180test(1), rotate90test(1), rotatefastalt(1),
- rotatetest1,(1), rotatetest2(1), runlengthtest(1),
- scaletest1,(1), scaletest2(1), scaletest3(1), seedfilltest(1),
- sharptest(1), sheartest(1), showedges(1), skewtest(1),
- snapcolortest(1), sorttest(1), splitimage2pdf(1),
- thresholdtest(1), viewertest(1), xvdisp(1).
- The library and sample programs are documented more fully
- by http://www.leptonica.com, available via your favorite web user
- agent.
AUTHOR
- leptonica was written by Dan Bloomberg
- <bloomberg@ieee.org>.
- This manual page was written by Jeff Breidenbach <jab@de
- bian.org>, for the Debian project (but may be used by others).
June 27, 2006