Good library to load images of different formats
Posted
by codymanix
on Stack Overflow
See other posts from Stack Overflow
or by codymanix
Published on 2009-12-20T01:20:26Z
Indexed on
2010/03/17
8:11 UTC
Read the original article
Hit count: 348
Hi Iam developing an image viewer application just like irfan-view or acdsee which should be capable to view lots of different image file formats (not just the standard ones which can be done with System.Drawing.Image).
Iam currently using ImageMagick but it isn't very fast and seems to be unstable with some image files.
Can anyone suggest a good imaging library, ideally with a .NET wrapper already present?
© Stack Overflow or respective owner