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

Using IJL for MJPEG

gerdin
Beginner
342 Views
Hi,
I'm looking for the white paper titled "Using the IJL with JPEG Compressed FlashPix Files" as referenced in then ijlman.pdf for an example of extended baseline decoding.
I'm trying to implement an MJPEG decoder using the IJL and I can't figure out how to set up IJL for optimal decoding using persistent Huffman tables.
Are there any example code out there using IJL for MJPEG?
Help appreciated.
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
342 Views
Hi,
actually we do not have MJPEG sample right now, but it should be easy for you to develop such one. As I understand you need just decode onimage by image base. Is it difficult?
Did you look on "w_ipp-sample-jpeg_p_4[1].1.007.zip" samples? You can find here IJL-IPP sample with ijl_fpx.pdf document.
But I recommend you to migrate to the new JPEG codec API, which you can see in JPEGView sample in this archive. The reasons for thatare new JPEG codec provides much better performance and we will not continue supporting of IJL API in the future releases.
Please also take a look on another thread about IPP JPEG codec
Regards,
Vladimir
0 Kudos
Reply