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

Jpeg Transcoding like UIC i.e. CJPEGTranscoder

Ralf_K_
Beginner
272 Views

i found this cool stuff in the samples:

ipp-samples.7.1.1.013\sources\image-codecs\application\jpegtran

which fits exact my requierments, see also http://jpegclub.org for great explanation graphic

The problem is that i don't uderstand how to use this C-Sample.

I'm familar with the C++ UIC - Samples which use CJPEGDecoder like

\ipp-samples.7.1.1.013\sources\uic\codec\image\jpeg\dec

I'm searching for a C++ class like CJPEGTranscoder, which allows me to call a method like Mirror() or Rotate180():

Can anyone of the experts help ?

0 Kudos
1 Reply
Sergey_K_Intel
Employee
272 Views
Hi, No, UIC's JPEG decoder class is not doing Mirror or Rotate. But you can extend its functionality as long as you can get data address and image dimensions using IPP ippiMirror and IppiRorate functions. Regards, Sergey
0 Kudos
Reply