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 ?
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.