<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hello,</div><div><br></div><div>I'd like to announce the first release of JuicyPixels, an image loading library written entirely in Haskell. The focus of this library is ease of use and correct loading. In this first version the library is capable of the following actions :</div><div><br></div><div><div>&nbsp;- PNG &nbsp; &nbsp;(.png)&nbsp;</div><div>&nbsp; &nbsp; * Reading&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - 1,2,4,8 bits loading, Grayscale, 24bits, 24 bits with alpha,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; interleaved &amp; filtered (fully compliant with the standard,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tested against png suite).</div><div><br></div><div>&nbsp; &nbsp; * Writing</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - 8bits RGB (non interleaved)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - 8bits RGBA (non interleaved)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - 8bits greyscale (non interleaved)</div><div><br></div><div>&nbsp;- Bitmap (.bmp) (mainly used as a debug output format)</div><div>&nbsp; &nbsp; * Reading</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - 24bits (RGB) images</div><div><br></div><div>&nbsp; &nbsp; * Writing</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - 32bits (RGBA) per pixel images</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - 24bits (RGB) per pixel images</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - 8 bits greyscale (with palette)</div><div><br></div><div>&nbsp;- Jpeg &nbsp; (.jpg, .jpeg)&nbsp;</div><div>&nbsp; &nbsp; * Reading non-interlaced baseline DCT image, seems to be OK</div><div>&nbsp; &nbsp; * Writing : none yet</div></div><div><br></div><div>I'm interested on any feedback regarding ease of use, performance and bugs.</div><div><br></div><div>GitHub :&nbsp;<a href="https://github.com/Twinside/Juicy.Pixels">https://github.com/Twinside/Juicy.Pixels</a></div>Hackage : <a href="http://hackage.haskell.org/package/JuicyPixels">http://hackage.haskell.org/package/JuicyPixels</a><div><br></div><div>Thanks</div><div>Vincent Berthoux</div><div><br></div></body></html>