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

JPEG from memory to bitmap (Need Help)

azanov
Beginner
321 Views
I have a program that decompress JPEG data to bitmap data in real time on IJL15.DLL. Some of JPEG don't decompess by this library. I want write code to decompress JPEG to bitmap on new IPP library. To appreciate if you give sample code to decompess JPEG to bitmap on IPP. I can't find sample JPEGView. Please send me on e-mail: azanov.bk.ru sample codes.
Thanks.
0 Kudos
3 Replies
azanov
Beginner
321 Views
Sorry, e-mail azanov@bk.ru
0 Kudos
dreamcast
Beginner
321 Views
Hi,

You can refer to IPP sample code about how to use IPP call to modify ijg library, then refer to CXImage library ( its source is also opened ) about how to decoding in memory jpeg image by using ijg library.
0 Kudos
Vladimir_Dudnik
Employee
321 Views

Hi,

what does it mean "I can't find IPP sample"? It is pretty easy to locate IPP samples from IPP main page...

Pleasefollow this link for the whole list of IPP samples, including JPEG and JPEG2000:
http://www.intel.com/cd/software/products/asmo-na/eng/perflib/ipp/219967.htm

Regards,
Vladimir

0 Kudos
Reply