Skip to content

ImageTools for Silverlight made compatible with PCL.

Notifications You must be signed in to change notification settings

StenPetrov/ImageTools-PCL

 
 

Repository files navigation

ImageTools-PCL

ImageTools for Silverlight made compatible with PCL. See http://imagetools.codeplex.com/ for information.

Changes

JpegDecoder is now capable of decoding `Grayscale` images.

Recommendations

Avoid using the JPEG decoder and encoder. The quality of the used libraries is terrible. It is quite common to extract an image and have over 400MB RAM in use. I have ported NanoJPEG, a C JPEG decompression library, to C#. It is much better in both performance and memory, but is lacking progressive JPEG support. If you still want to use that implementation, use JpegDecoderNano.

About

ImageTools for Silverlight made compatible with PCL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%