Mercurial > hgrepos > Python2 > PyMuPDF
diff mupdf-source/thirdparty/leptonica/src/mainpage.txt @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mupdf-source/thirdparty/leptonica/src/mainpage.txt Mon Sep 15 11:43:07 2025 +0200 @@ -0,0 +1,47 @@ +/*! + * \mainpage Leptonica Main Page + * + * \section intro Introduction + * Leptonica is a pedagogically-oriented open source site containing + * software that is broadly useful for image processing and image analysis applications. + * + * \section features 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 + * + * \section examples Example applications include + * + * + Octcube-based color quantization, with and without dithering + * + Modified median-cut color quantization, with and without dithering + * + Skew determination of text images + * + Segmentation of page images with mixed text and images + * + jbig2 unsupervised classifier + * + Border representations of 1 bit/pixel images and raster conversion for SVG + * + PostScript generation (levels 1, 2, 3) of images for device-independent output + * + PDF generation (levels 1, 2) of images for device-independent output + * + Dewarping images of text taken with a camera + * + Book-adaptive text recognition + * + Rendering text on an image + * + Connectivity-preserving thinning and thickening of 1 bit/pixel images + * + Line removal from a grayscale sketch + * + Search for least-cost paths on binary and grayscale images + * + * \section homepage More information on Leptonica's homepage + * + * http://www.leptonica.com/ + * + * \section contact For questions and suggestions contact + * + * Dan Bloomberg (bloomberg 'at' ieee 'dot' org) + */
