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

JPEG 2000 Documentation

franknatoli
New Contributor I
271 Views

Is there any JPEG 2000 documentation? Meaning, how to use the JPEG 2000 library that IPP provides? The answer appears to be "no". There is of course demo application "j2kit", with both "encode" and "decode" functions. But it is difficult to understand where the demo code ends and the JPEG 2000 library begins. There are numerous C++ demo classes that are derived from what appear to be JPEG 2000 library classes, but that blurs the distinction between the demo code and the library code. And with zero documentation, there's no way to tell. Thanks.

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
271 Views
Hello,
I would recommend you to take a look on new UIC (unified image codec) sample we provide in IPP 6.0. The sample code consist from C++ abstract image codec API and derived implementation for JPEG, JPEG2000 and some other image codecs/formats. This API was specifically designed to establish common (or unified) interface to various image codecs and separate application and codecs. There is UIC sample application, one is GUI (will require Trolltech Qt library to build) and other is simple command line application which do not depend on any third party libraries.
Regards,
Vladimir

0 Kudos
Reply