openbsd-ports/graphics/leptonica/pkg/DESCR
ajacoutot 75f899d2a9 Import leptonica-1.68.
Leptonica is a pedagogically-oriented open source site containing
software that is broadly useful for image processing and image analysis
applications.

"looks good and tested on macppc" sebastia@
ok benoit@
2011-12-22 09:46:46 +00:00

19 lines
814 B
Plaintext
Executable File

Leptonica is a pedagogically-oriented open source site containing
software that is broadly useful for image processing and image analysis
applications.
Featured operations are
* Rasterop (a.k.a. bitblt)
* Affine transformations (scaling, translation, rotation, shear) on
images of arbitrary pixel depth
* Binary and grayscale morphology, rank order, and convolution
* Seedfill and connected components
* Image transformations combining changes in scale and pixel depth
* Pixelwise masking, blending, enhancement, arithmetic ops, etc.
Ancillary operations include
* I/O for standard image formats
* Utilities to handle arrays of image-related data types
* Utilities for generic stacks, queues, heaps and lists; and for
byte queues and arrays of numbers and strings