1

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 download 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.

4

2 に答える 2

2

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.

于 2011-06-28T03:39:04.707 に答える
0

Q2。

imagemagickを見てください非常に安定していて、たくさんの機能があり、それが消える可能性は0に近いです

于 2011-06-27T22:23:14.670 に答える