Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cgohlke/imagecodecs-samples

Image files generated with imagecodecs and tifffile
https://github.com/cgohlke/imagecodecs-samples

apng avif gif heif jpeg jpeg2000 jpegls jpegxl jpegxr jpegxs lerc png qoi rgbe tiff webp zfp

Last synced: about 1 month ago
JSON representation

Image files generated with imagecodecs and tifffile

Awesome Lists containing this project

README

        

# Image file samples

![Sample image](sample.png "Sample image")

This repository provides small, synthetic image files generated with the
[imagecodecs](https://github.com/cgohlke/imagecodecs) and
[tifffile](https://github.com/cgohlke/tifffile) libraries
using various options:

- formats: APNG, AVIF, BMP, GIF, HEIF, JPEG, JPEG LL, JPEG 2000, JPEG LS,
JPEG XL, JPEG XR, JPEG XS, LERC, PNG, QOI, RGBE, TIFF, WebP, ZFP
- compression: Deflate, LZMA, LZW, PackBits, ZStandard
- data types: unsigned and signed integer, floating point
- bit depths: 8, 16, 24, 32, 64-bit
- color spaces: grayscale, RGB, CMYK
- alpha and extra-samples
- contiguous and planar sample configurations
- striped, tiled, and volumetric storage
- single and multi-frame

The files are made available for testing and to demonstrate capabilities of
the image file formats as well as the imagecodecs and tifffile libraries.