friday-juicypixels alternatives and similar packages
Based on the "Codec" category.
Alternatively, view friday-juicypixels alternatives based on common mentions on social networks and blogs.
-
binary-serialise-cbor
Binary serialisation in the CBOR format -
ffmpeg-light
Minimal Haskell bindings to the FFmpeg library -
zlib
Compression and decompression in the gzip and zlib formats -
zip-archive
Native Haskell library for working with zip archives -
utf8-string
Support for reading and writing UTF8 Strings in Haskell -
snappy
Fast Haskell bindings to Google's Snappy compression library -
multihash-serialise
Haskell libraries for interacting with IPFS -
postgresql-binary
Encoders and decoders for the PostgreSQL's binary format -
base32-bytestring
Efficient base32 codec for bytestrings. -
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 -
zip-stream
Haskell ZIP archive streaming processing using conduit -
hs-zstd
Bindings to the Zstandard library to make it usable from the Haskell programming language. -
zlib-bindings
Low-level wrapper around the zlib library -
activitystreams-aeson
Basic library for working with Activity Streams -
libvorbis
Haskell binding for libvorbis, for decoding Ogg Vorbis audio files -
threefish
Haskell implementation of the Threefish block cipher and the Skein hash function built on it. -
logic-TPTP
Import, export etc. for TPTP, a syntax for first-order logic -
base32-z-bytestring
Efficient z-base32 codec for bytestrings. -
streaming-brotli
Streaming interface for Brotli (RFC7932) compression -
hogg
Haskell library and tools to manipulate the Ogg container format -
bzlib-conduit
Streaming compression/decompression via conduits.
Access the most powerful time series database as a service
* 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 friday-juicypixels or a related project?
README
friday-juicypixels
This library facilitates conversion between friday (an all-Haskell image manipulation library) and JuicyPixels (an all-Haskell encoder/decoder library for many image formats). Combining these two libraries is useful for adding basic image manipulation capabilities of many image formats to a Haskell application without requiring any C libraries/headers to be installed.
NOTE: Expect this library's API to break, as it is still very young.
Compared to friday-devil
The friday-devil
package provides a storage backend to friday
by calling the
DevIL library. It is much more mature, and probably
a lot faster (though benchmarks have yet to prove this).
This package is not in the spirit of friday-devil
which is a more native bridge than
conversion . As such, it should probabably be called something different like
juicy-friday
.
TODO
- Make it into a storage backend that automatically converts all formats and
color spaces supported by
JuicyPixels
to the internal representations supported byfriday
. - Add some benchmarks. Include
friday-devil
and ImageMagik. - Add more specs.
Done:
- Conversion between JP and Friday for cheap using
coerce
andunsafeCoerce
, yay! - Basic test suite.
License
Released under a 3-clause BSD license.
*Note that all licence references and agreements mentioned in the friday-juicypixels README section above
are relevant to that project's source code only.