Tagged Questions
The fjcore tag has no wiki summary.
3
votes
4answers
9k views
Using FJCore to encode Silverlight WriteableBitmap
I am trying to find out how to use FJCore to encode a WriteableBitmap to a jpeg. I understand that WriteableBitmap provides the raw pixels but I am not sure how to convert it to the format that FJCore ...
1
vote
2answers
481 views
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 ...
0
votes
1answer
188 views
C#: Decoding JPEG images with 12-bit precision using Silverlight FJCore library?
In my C# Silverlight application, I am trying to decode DICOM images in compressed JPEG transfer syntax, using the FJCore class library.
The DICOM images are normally compressed with 12-bit ...
0
votes
1answer
350 views
FieldAccessException When Using FJCore with Silverlight for Windows Phone 7
I found this great library for Silverlight that basically a port of libjpeg, so I was all fired up to check it out. After downloading the library from the SVN repo ...
0
votes
1answer
254 views
VsampFactor and HsampFactor in FJCore library
I've been using the FJCore library in a Silverlight project to help with some realtime image processing, and I'm trying to figure out how to get a tad more compression and performance out of the ...