JuicyPixels: Picture loading/serialization (in png, jpeg and bitmap)

[ bsd3, codec, graphics, image, library ] [ Propose Tags ]

This library can load and store images in various image formats, for now mainly in PNG/Bitmap and Jpeg Version 1.3 changelog: - Fix extractComponent function - Adding saving for YA8 functions


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.1, 1.2, 1.2.1, 1.3, 2.0, 2.0.1, 2.0.2, 3.0, 3.1, 3.1.1, 3.1.1.1, 3.1.2, 3.1.3, 3.1.3.1, 3.1.3.2, 3.1.3.3, 3.1.4, 3.1.4.1, 3.1.5, 3.1.5.1, 3.1.5.2, 3.1.6, 3.1.6.1, 3.1.7, 3.1.7.1, 3.2, 3.2.1, 3.2.2, 3.2.3, 3.2.3.1, 3.2.3.2, 3.2.4, 3.2.5, 3.2.5.1, 3.2.5.2, 3.2.5.3, 3.2.6, 3.2.6.1, 3.2.6.2, 3.2.6.3, 3.2.6.4, 3.2.7, 3.2.7.1, 3.2.7.2, 3.2.8, 3.2.8.1, 3.2.8.2, 3.2.8.3, 3.2.9, 3.2.9.1, 3.2.9.2, 3.2.9.3, 3.2.9.4, 3.2.9.5, 3.3, 3.3.1, 3.3.2, 3.3.3, 3.3.3.1, 3.3.4, 3.3.5, 3.3.6, 3.3.7, 3.3.8
Dependencies base (>=4 && <5), bytestring (>=0.9 && <0.10), cereal (>=0.3.3.0 && <0.4), deepseq (>=1.1 && <1.4), mtl (>=1.1 && <2.2), primitive (>=0.4 && <0.5), transformers (>=0.2.2 && <0.4), vector (>=0.9 && <1.0), zlib (>=0.5.3.1) [details]
License BSD-3-Clause
Author Vincent Berthoux
Maintainer vincent.berthoux@gmail.com
Category Codec, Graphics
Home page https://github.com/Twinside/Juicy.Pixels
Source repo head: git clone git://github.com/Twinside/Juicy.Pixels.git
this: git clone git://github.com/Twinside/Juicy.Pixels.git(tag v1.3)
Uploaded by VincentBerthoux at 2012-06-26T20:43:46Z
Distributions Arch:3.3.8, Debian:3.3.5, Fedora:3.3.8, FreeBSD:3.2.6, LTSHaskell:3.3.8, NixOS:3.3.8, Stackage:3.3.8, openSUSE:3.3.8
Reverse Dependencies 113 direct, 271 indirect [details]
Downloads 144944 total (378 in the last 30 days)
Rating 2.75 (votes: 12) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for JuicyPixels-1.3

[back to package description]

Juicy.Pixels

This library provide 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'l 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

REPA

For the user of REPA, check-out JuicyPixels-repa on GitHub or Hackage

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)
  • Bitmap (.bmp) (mainly used as a debug output format)

    • Reading

      • 24bits (RGB) images
    • Writing

      • 32bits (RGBA) per pixel images
      • 24bits (RGB) per pixel images
      • 8 bits greyscale (with palette)
  • Jpeg (.jpg, .jpeg)

    • Reading non-interlaced baseline DCT image, seems to be OK
    • Writing

I love juicy pixels

You can make donations on this page.