_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


libjpeg 9f
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://www.ijg.org/
Licenses: IJG
Build system: gnu
Synopsis: Library for handling JPEG files
Description:

Libjpeg implements JPEG image encoding, decoding, and transcoding. JPEG is a standardized compression method for full-color and gray-scale images. It also includes programs that provide conversion between the JPEG format and image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats, as well as lossless JPEG manipulations such as rotation, scaling or cropping:

  1. cjpeg

  2. djpeg

  3. jpegtran

  4. rdjpgcom

  5. wrjpgcom

libtiff 4.4.0
Dependencies: libjpeg-turbo@2.1.4 xz@5.4.5 zlib@1.3.1
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: http://www.simplesystems.org/libtiff/
Licenses: non-copyleft
Build system: gnu
Synopsis: Library for handling TIFF files
Description:

Libtiff provides support for the Tag Image File Format (TIFF), a format used for storing image data. Included are a library, libtiff, for reading and writing TIFF and a small collection of tools for doing simple manipulations of TIFF images.

libmng 2.0.3
Propagated dependencies: lcms@2.13.1 libjpeg-turbo@2.1.4 zlib@1.3.1
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://www.libmng.com/
Licenses: Modified BSD
Build system: gnu
Synopsis: Library for handling MNG files
Description:

Libmng is the MNG (Multiple-image Network Graphics) reference library.

qoi 0.0.0-0.6fff9b7
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://qoiformat.org
Licenses: Expat
Build system: copy
Synopsis: Library for the QOI image format
Description:

This package provides a library for the QOI image format, offering fast, lossless image compression.

vigra-c 0.0.0-2.49f5319
Dependencies: fftw@3.3.10 fftwf@3.3.10 hdf5@1.14.6 vigra@1.12.2
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://github.com/BSeppke/vigra_c
Licenses: Expat
Build system: cmake
Synopsis: C interface to the VIGRA computer vision library
Description:

This package provides a C interface to the VIGRA C++ computer vision library. It is designed primarily to ease the implementation of higher-level language bindings to VIGRA.

libicns 0.8.1
Dependencies: libpng@1.6.39 jasper@2.0.33
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://icns.sourceforge.io/
Licenses: LGPL 2.1+ LGPL 2.0+ GPL 2+
Build system: gnu
Synopsis: Library for handling Mac OS icns resource files
Description:

Libicns is a library for the manipulation of Mac OS IconFamily resource type files (ICNS). icns2png and png2icns are provided to convert between PNG and ICNS. icns2png will extract image files from ICNS files under names like "Foo_48x48x32.png" useful for installing for use with .desktop files. Additionally, icontainer2png is provided for extracting icontainer icon files.

openslide 4.0.0
Dependencies: cairo@1.18.4 gdk-pixbuf@2.44.4 glib@2.86.0 libdicom@1.2.0 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 libxml2@2.14.6 openjpeg@2.5.0 sqlite@3.39.3 zlib@1.3.1 zstd@1.5.6
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://openslide.org/
Licenses: LGPL 2.1
Build system: meson
Synopsis: C library for reading slide image files
Description:

OpenSlide is a C library for reading whole slide image files (also known as virtual slides). It provides a consistent and simple API for reading files from multiple vendors.

libimagequant 2.12.6
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://pngquant.org/lib/
Licenses: GPL 3+
Build system: gnu
Synopsis: Image palette quantization library
Description:

libimagequant is a small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images. This library can significantly reduces file sizes and powers pngquant and other PNG optimizers.

converseen 0.15.1.0
Dependencies: imagemagick@6.9.13-5 qtbase@6.9.2 qtwayland@6.9.2
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://converseen.fasterland.net/
Licenses: GPL 3+
Build system: qt
Synopsis: Batch image converter and resizer
Description:

Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.

pngcheck 3.0.3
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: http://www.libpng.org/pub/png/apps/pngcheck.html
Licenses: X11 GPL 2+
Build system: gnu
Synopsis: Print info and check PNG, JNG and MNG files
Description:

pngcheck verifies the integrity of PNG, JNG and MNG files (by checking the internal 32-bit CRCs, a.k.a. checksums, and decompressing the image data); it can optionally dump almost all of the chunk-level information in the image in human-readable form. For example, it can be used to print the basic statistics about an image (dimensions, bit depth, etc.); to list the color and transparency info in its palette (assuming it has one); or to extract the embedded text annotations. This is a command-line program with batch capabilities (e.g. pngcheck *.png.)

Also includes pngsplit which can split a PNG, MNG or JNG file into individual, numbered chunks, and png-fix-IDAT-windowsize that allows resetting first IDAT's zlib window-size bytes and fix up CRC to match.

ggg 0.4.16
Dependencies: guile@3.0.9 bash-minimal@5.2.37 imagemagick@6.9.13-5
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://codeberg.org/jjba23/ggg
Licenses: AGPL 3+
Build system: guile
Synopsis: GGG is a SVG image generator for project and web badges
Description:

GGG (Guile Glyph Generator) is a command-line utility that allows you to generate pretty images/badges which can be used for your projects, announcing tech used, sponsoring and appreciating other projects, distinguishing versions of things supported, etc.

GGG is highly configurable, reads Scheme files where you define your tasks, and supports badges between one and three parts. It leverages SVG generation from Lisp and S-expressions, building pixel perfect badges.

nifticlib 3.0.1
Dependencies: expat@2.7.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://github.com/NIFTI-Imaging/nifti_clib
Licenses: Public Domain
Build system: cmake
Synopsis: C libraries for reading and writing files in @acronym{NIfTI, Neuroimaging Informatics Technology Initiative} formats
Description:

Nifti_clib is a set of I/O libraries for reading and writing files in the nifti-1, nifti-2, and (to some degree) cifti file formats. These are binary file formats for storing medical image data, e.g. MRI and fMRI brain images.

exiv2 0.28.7
Propagated dependencies: brotli@1.1.0 expat@2.7.1 libinih@62 zlib@1.3.1
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://www.exiv2.org/
Licenses: GPL 2+
Build system: cmake
Synopsis: Library and command-line utility to manage image metadata
Description:

Exiv2 is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats.

flameshot 13.3.0
Dependencies: kdsingleapplication@1.1.0 qtcolorwidgets@2.2.0-1.8491078 qtsvg@6.9.2
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://github.com/flameshot-org/flameshot
Licenses: GPL 3+
Build system: qt
Synopsis: Powerful yet simple to use screenshot software
Description:

Flameshot is a screenshot program. Features:

  • Customizable appearance.

  • Easy to use.

  • In-app screenshot edition.

  • DBus interface.

  • Upload to Imgur.

steghide 0.5.1
Dependencies: libjpeg-turbo@2.1.4 libmhash@0.9.9.9 libmcrypt@2.5.8 zlib@1.3.1
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://steghide.sourceforge.net
Licenses: GPL 2+
Build system: gnu
Synopsis: `Hide' (nonconfidential) data in image or audio files
Description:

Steghide is a program to `hide' data in various kinds of image and audio files. This practice is known as steganography, but the method used by steghide is not very secure and should not be used where security is at stake. Even if a password is used, steghide offers little plausible deniability.

Nonetheless, neither color nor sample frequencies are changed, making the embedding resistant against first-order statistical tests not aimed specifically at this tool.

exiv2 0.28.7
Propagated dependencies: brotli@1.1.0 expat@2.7.1 libinih@62 zlib@1.3.1
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://www.exiv2.org/
Licenses: GPL 2+
Build system: cmake
Synopsis: Library and command-line utility to manage image metadata
Description:

Exiv2 is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats.

jpegoptim 1.5.5
Dependencies: libjpeg-turbo@2.1.4
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://www.kokkonen.net/tjko/projects.html#jpegoptim
Licenses: GPL 3+
Build system: gnu
Synopsis: Optimize JPEG images
Description:

jpegoptim provides lossless optimization (based on optimizing the Huffman tables) and "lossy" optimization based on setting maximum quality factor.

swappy 1.8.0
Dependencies: gtk+@3.24.51 libnotify@0.8.8 gettext-minimal@0.23.1
Propagated dependencies: font-awesome@4.7.0
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://github.com/jtheoof/swappy
Licenses: Expat
Build system: meson
Synopsis: Grab and edit on the fly snapshots of a Wayland compositor
Description:

swappy is a command-line utility to take and edit screenshots of Wayland desktops. Works great with grim, slurp and sway. But can easily work with other screen copy tools that can output a final PNG image to stdout.

mini 0.9.17
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://github.com/pulzed/mINI
Licenses: Expat
Build system: gnu
Synopsis: INI file reader and writer header library
Description:

This is a tiny, header-only C++ library for manipulating INI files.

mtpaint 3.50.12
Dependencies: glib@2.86.0 gtk+@3.24.51 imlib2@1.10.0 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 libungif@4.1.4 libwebp@1.3.2 openjpeg@2.5.0 lcms@2.13.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://mtpaint.sourceforge.net/
Licenses: GPL 3+
Build system: gnu
Synopsis: Create pixel art and manipulate digital images
Description:

Mtpaint is a graphic editing program which uses the GTK+ toolkit. It can create and edit indexed palette or 24bit RGB images, offers basic painting and palette manipulation tools. It also handles JPEG, JPEG2000, GIF, TIFF, WEBP, BMP, PNG, XPM formats.

phockup 1.13.0
Dependencies: bash-minimal@5.2.37 perl-image-exiftool@13.55 python@3.12.12 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://github.com/ivandokov/phockup
Licenses: Expat
Build system: copy
Synopsis: Organize photos and videos in folders
Description:

Phockup is a media sorting tool that uses creation date and time information in photos and videos to organize them into folders by year, month and day. All files which are not images or videos or those which do not have creation date information will be placed in a folder called unknown.

sng 1.1.0
Dependencies: xorg-rgb@1.1.0 libpng@1.6.39
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://sng.sourceforge.net
Licenses: Zlib
Build system: gnu
Synopsis: Markup language for representing PNG contents
Description:

SNG (Scriptable Network Graphics) is a minilanguage designed specifically to represent the entire contents of a PNG (Portable Network Graphics) file in an editable form. Thus, SNGs representing elaborate graphics images and ancillary chunk data can be readily generated or modified using only text tools.

SNG is implemented by a compiler/decompiler called sng that losslessly translates between SNG and PNG.

exiv2 0.27.7
Propagated dependencies: brotli@1.1.0 expat@2.7.1 libinih@62 zlib@1.3.1
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://www.exiv2.org/
Licenses: GPL 2+
Build system: cmake
Synopsis: Library and command-line utility to manage image metadata
Description:

Exiv2 is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats.

blurhash 0.2.0
Channel: guix
Location: gnu/packages/image.scm (gnu packages image)
Home page: https://github.com/Nheko-Reborn/blurhash
Licenses: Boost 1.0
Build system: meson
Synopsis: C++ blurhash encoder/decoder
Description:

Simple encoder and decoder for blurhashes. Contains a command line program as well as a shared library.

Total packages: 73977