Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Image Compression as an Effect

Ryan2
Beginner
569 Views
Hi,

I'd like to apply image compression such as JPEG compression to a Ipp32f_C3R image as an effect. The idea is to simulate compression artifacting to match different digital media types.

I want to take image data at an Ipp32f_C3R pointer, compress it, and output that data back to an Ipp32f_C3R pointer in RGB space for further image processing.

Are there any specific examples I can take a look at to learn how to accomplish this?

Thanks!

Ryan
0 Kudos
2 Replies
Igor_B_Intel1
Employee
569 Views
Please refer to UIC (Unified Image Codecs) example. It allows in-memory JPEG comression/decompression. You can directly use UIC high-level API for our purpuses.
0 Kudos
Ryan2
Beginner
569 Views
Thanks. I'll have a look at that.
0 Kudos
Reply