- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page