comparison 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
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 /*!
2 * \mainpage Leptonica Main Page
3 *
4 * \section intro Introduction
5 * Leptonica is a pedagogically-oriented open source site containing
6 * software that is broadly useful for image processing and image analysis applications.
7 *
8 * \section features Featured operations are
9 *
10 * + Rasterop (a.k.a. bitblt)
11 * + Affine transformations (scaling, translation, rotation, shear) on images of arbitrary pixel depth
12 * + Binary and grayscale morphology, rank order, and convolution
13 * + Seedfill and connected components
14 * + Image transformations combining changes in scale and pixel depth
15 * + Pixelwise masking, blending, enhancement, arithmetic ops, etc.
16 * + Ancillary operations include
17 *
18 * + I/O for standard image formats
19 * + Utilities to handle arrays of image-related data types
20 * + Utilities for generic stacks, queues, heaps and lists;
21 * + and for byte queues and arrays of numbers and strings
22 *
23 * \section examples Example applications include
24 *
25 * + Octcube-based color quantization, with and without dithering
26 * + Modified median-cut color quantization, with and without dithering
27 * + Skew determination of text images
28 * + Segmentation of page images with mixed text and images
29 * + jbig2 unsupervised classifier
30 * + Border representations of 1 bit/pixel images and raster conversion for SVG
31 * + PostScript generation (levels 1, 2, 3) of images for device-independent output
32 * + PDF generation (levels 1, 2) of images for device-independent output
33 * + Dewarping images of text taken with a camera
34 * + Book-adaptive text recognition
35 * + Rendering text on an image
36 * + Connectivity-preserving thinning and thickening of 1 bit/pixel images
37 * + Line removal from a grayscale sketch
38 * + Search for least-cost paths on binary and grayscale images
39 *
40 * \section homepage More information on Leptonica's homepage
41 *
42 * http://www.leptonica.com/
43 *
44 * \section contact For questions and suggestions contact
45 *
46 * Dan Bloomberg (bloomberg 'at' ieee 'dot' org)
47 */