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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
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.
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.
Libavif is a C implementation of AVIF. It can encode and decode all YUV formats and bit depths supported by AOM, including with alpha.
OpenJPEG-Data contains all files required to run the openjpeg test suite, including conformance tests (following Rec. ITU-T T.803 | ISO/IEC 15444-4 procedures), non-regression tests and unit tests.
APNG (Animated Portable Network Graphics) is an unofficial extension of the APNG (Portable Network Graphics) format. APNG patch provides APNG support to libpng.
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.
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.
Jp2a is a small utility that converts JPEG images to ASCII.
Gradia is a GTK 4 application for enhancing and preparing screenshots for blogs, social media, and documentation. It supports background customization, annotation tools (pen, arrow, text, highlight, stamp), padding, cropping, and various export formats.
Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.
This is a tiny, header-only C++ library for manipulating INI files.
Libiptcdata is a C library for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. This metadata can include captions and keywords, often used by popular photo management applications. The library provides routines for parsing, viewing, modifying, and saving this metadata.
Developer's Image Library (DevIL) is a library to develop applications with support for many types of images. DevIL can load, save, convert, manipulate, filter and display a wide variety of image formats.
LibSIXEL is a an encoder/decoder implementation for DEC SIXEL graphics, and some converter programs. SIXEL is one of image formats for printer and terminal imaging introduced by DEC. Its data scheme is represented as a terminal-friendly escape sequence. So if you want to view a SIXEL image file, all you have to do is cat it to your terminal.
Simple encoder and decoder for blurhashes. Contains a command line program as well as a shared library.
Imlib2 is a library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support, etc.
It does ALL of these operations FAST. Imlib2 also tries to be highly intelligent about doing them, so writing naive programs can be done easily, without sacrificing speed.
This is a complete rewrite over the Imlib 1.x series. The architecture is more modular, simple, and flexible.
Gpick is an advanced color picker and palette editing tool.
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.
MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.
The libUEMF library is a portable C99 implementation for reading and writing WFM, EMF, and EMF+ files.
APNG (Animated Portable Network Graphics) is an unofficial extension of the APNG (Portable Network Graphics) format. APNG patch provides APNG support to libpng.
PerceptualDiff visually compares two images to determine whether they look alike. It uses a computational model of the human visual system to detect similarities. This allows it too see beyond irrelevant differences in file encoding, image quality, and other small variations.
libyuv is an open source project that includes YUV scaling and conversion functionality. It can:
Scale YUV to prepare content for compression, with point, bilinear or box filter.
Convert to YUV from webcam formats for compression.
Convert to RGB formats for rendering/effects.
Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
JBIG-KIT implements the JBIG1 data compression standard (ITU-T T.82 and ISO/IEC 11544:1993), designed for bi-level (one bit per pixel) images such as black-and-white scanned documents. It is widely used in fax products, printer firmware and drivers, document management systems, and imaging software.
This package provides a static C library of (de)compression functions and some simple command-line converters similar to those provided by netpbm.
Two JBIG1 variants are available. One (jbig.c) implements nearly all options of the standard but has to keep the full uncompressed image in memory. The other (jbig85.c) implements just the ITU-T T.85 profile, with memory management optimized for embedded and fax applications. It buffers only a few lines of the uncompressed image in memory and is able to stream images of initially unknown height.