This package browser is in early development. Mind the rough edges.

leptonica

Library and tools for image processing and analysis

Leptonica is a C library and set of command-line tools for efficient image processing and image analysis operations. It supports rasterop, affine transformations, binary and grayscale morphology, rank order, and convolution, seedfill and connected components, image transformations combining changes in scale and pixel depth, and pixelwise masking, blending, enhancement, and arithmetic ops.

Installation

Install the latest version of leptonica as follows:

guix install leptonica

Or install a particular version:

guix install leptonica@1.84.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of leptonica about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/leptonica'><img src='https://packages.guix.gnu.org/packages/leptonica/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/leptonica/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/leptonica)

Example Org:

[[https://packages.guix.gnu.org/packages/leptonica][https://packages.guix.gnu.org/packages/leptonica/badges/latest-version.svg]]