Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Decode JPEG 2000

CHETAN_SHINDE
Beginner
671 Views

Hello All,

I need help for migrating Decoding of JPEG 2000 IMAGE & DCT Decode.

I was using Intel Compiler 2011 (m_ccompxe_2011.13.380) and now I want to upgrade sources to Intel compiler 2018 (m_ccompxe_2018.3.039.dmg).

In older version we were using function ReadImageJPEG2000

Can someone help with some sample code for decoding JPEG 2000 image in latest version Intel IPP. (2018 Update 3).

 

Thank You

Chetan...

0 Kudos
4 Replies
Pavel_B_Intel1
Employee
671 Views

Hello Chetan,

unfortunately we deprecated support of image, audio and video codecs in the IPP 9.0 version. The modern IPP package contains only building blocks for image and signal processing, no any codecs any more.

Pavel

CHETAN_SHINDE
Beginner
671 Views

Thank You Pavel

From where can I get sample sources (w_ipp-ijg_p_8.0.0.005.zip) which I can try building using Intel(R) IPP 9.0 Legacy Libraries.

Thanks

 

Gennady_F_Intel
Moderator
671 Views

Chetan, could you try to submit this issue to the Intel Online Service Center

CHETAN_SHINDE
Beginner
671 Views

Thanks,

Actually I manage to update/run my IPP 7.0 samples using Intel IPP Legacy Libraries 9.0 with the help give in following documentation. Now my old code is running perfectly :).

https://software.intel.com/en-us/articles/how-to-build-former-intel-ipp-samples-with-ipp-90-legacy-libraries

Reply