Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

JPEG 2000 Code Stream

shawnf
Beginner
253 Views
I'm looking to decode JPEG 2000 code streams (into raw/bmp) using Microsoft.Net (C#).

Although I've found and compiled the "j2kit.exe" sample and it can do such conversions using files, I need to do this with in-memory streams and was hoping someone has maybe put together a JPEG2000 managed wrapper similar to the JPEG managed wrapper sample.

I realize I could use/port all of the C++ from the sample, but there is a LOT of code there and I was hoping Intel or someone here has already done this.

Thanks,
Shawn
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
253 Views

Hello Shawn,

I would recommend you to take a look on JPEGView sample, which is able to decode JPEG2000 stream.

We do not provide C# interface to JPEG/JPEG2000 codecs in IPP 5.3. So you need to implement it by yourself.

Regards,
Vladimir

0 Kudos
Reply