Where can I download FluxJpeg from?
What happened to the home page of FluxJpeg (or FJCore)? Many pages point to http://code.google.com/p/fjcore/ but that page has no downloads available as of today (June 28, 2011).
Q1) Where can I downlo开发者_运维技巧ad it from?
Q2) Is there anything better? I need an open-source class that I can use from Silverlight 4 to decode a JPEG, reduce its size (preferably using some interpolation algorithm) and encode it back to JPEG, to upload the file to a server.
Thanks a lot.
I think you're supposed to use Subversion to check out the source, and then build it yourself: http://code.google.com/p/fjcore/source/checkout.
Alternatively, you can use LibJpeg.NET: http://bitmiracle.com/libjpeg/. It's a straightforward port of the unofficially canonical libjpeg. Only downside is that it's more complex and a bit harder to hack on.
Q2.
Have a look at imagemagick Very stable, tons of functionality and the likelihood that it'll disappear is close to 0
精彩评论