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

Image Compression as an Effect

Ryan2
Beginner
295 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
295 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
295 Views
Thanks. I'll have a look at that.
0 Kudos
Reply