JuicyPixels alternatives and similar packages
Based on the "Codec" category.
Alternatively, view JuicyPixels alternatives based on common mentions on social networks and blogs.
-
binary-serialise-cbor
Binary serialisation in the CBOR format -
utf8-string
Support for reading and writing UTF8 Strings in Haskell -
multihash-serialise
Haskell libraries for interacting with IPFS -
postgresql-binary
Encoders and decoders for the PostgreSQL's binary format -
HCodecs
A library to read, write and manipulate MIDI, WAVE, and SoundFont2 files -
html-entities
A codec library for HTML-escaped text and HTML-entities -
friday-juicypixels
Convert between friday and juicypixels types -
hs-zstd
Bindings to the Zstandard library to make it usable from the Haskell programming language. -
activitystreams-aeson
Basic library for working with Activity Streams -
threefish
Haskell implementation of the Threefish block cipher and the Skein hash function built on it. -
libvorbis
Haskell binding for libvorbis, for decoding Ogg Vorbis audio files -
iteratee-compress
Enumerators for compressing and decompressing streams -
bzlib-conduit
Streaming compression/decompression via conduits. -
logic-TPTP
Import, export etc. for TPTP, a syntax for first-order logic
Collect and Analyze Billions of Data Points in Real Time
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of JuicyPixels or a related project?
README
Juicy.Pixels
This library provides saving & loading of different picture formats for the Haskell language. The aim of the library is to be as lightweight as possible, you ask it to load an image, and it'll dump you a big Vector full of juicy pixels. Or squared pixels, or whatever, as long as they're unboxed.
Documentation
The library documentation can be accessed on Hackage
Wrappers
For the user of:
Status
PNG (.png)
- Reading
- 1,2,4,8 bits loading, Grayscale, 24bits, 24 bits with alpha, interleaved & filtered (fully compliant with the standard, tested against png suite).
- Writing
- 8bits RGB (non interleaved)
- 8bits RGBA (non interleaved)
- 8bits greyscale (non interleaved)
- 16bits greyscale (non interleaved)
- 16bits RGB (non interleaved)
- 16bits RGBA (non interleaved)
- 8bits RGB paletted image
- 8bits RGBA paletted image
- Metadata (reading/writing)
- in a tEXT chunk: 'Title', 'Description', 'Author', 'Copyright', 'Software', 'Comment', 'Disclaimer', 'Source', 'Warning'
- any other tEXT chunk.
- in a gAMA field : 'Gamma'
- DPI information in a pHYs chunk.
- Reading
Bitmap (.bmp)
- Reading
- 16 or 32 bit RGBA images
- 16, 24, 32 bit RGB images
- 1, 4, or 8 bit (greyscale & paletted) images
- RLE encoded or uncompressed
- Windows 2.0/3.1/95/98 style bitmaps all supported
- Writing
- 32bits (RGBA) per pixel images
- 24bits (RGB) per pixel images
- 8 bits greyscale (with palette)
- Metadata (reading/writing): DPI information
- Reading
Jpeg (.jpg, .jpeg)
- Reading normal and interlaced baseline DCT image
- YCbCr (default) CMYK/YCbCrK/RGB colorspaces
- Writing non-interlaced JPG
- YCbCr (favored), Y, RGB & CMYK colorspaces
- Metadata:
- Reading and writing DpiX & DpiY from JFIF header.
- Reading & writing EXIF metadata. No GPS information can be written now.
- Reading normal and interlaced baseline DCT image
Gif (.gif)
- Reading single image & animated Gif image, handles interlaced images.
- Writing single & animated Gif images.
- No metadata.
Radiance (.pic, .hdr)
- Reading
- Writing
- No metadata.
Tga
- Reading
- 8, 16, 24 & 32 bits
- paletted and unpaletted
- RLE encoded or uncompressed
- Writing
- uncompressed 8bits (Pixel8)
- uncompressed 24bits (PixelRGB8)
- uncompressed 32bits (PixelRGBA8)
- No metadata
- Reading
Tiff
Reading
- 2, 4, 8, 16 int bit depth reading (planar and contiguous for each)
- 32 bit floating point reading
- CMYK, YCbCr, RGB, RGBA, Paletted, Greyscale
- Uncompressed, PackBits, LZW
Writing
- 8 and 16 bits
- CMYK, YCbCr, RGB, RGBA, Greyscale
- Uncompressed
Metadata: reading DpiX, DpiY and EXIF informations.
I love juicy pixels
You can make donations on this page.