How to invert a JPG

Jul 1, 2010 at 11:37am
Hello,

Question, such as in the topic: how to invert a JPG vertical?

Please help
Thank you in advance
Jul 1, 2010 at 12:36pm
You'd have to decode the image from file, invert it, and re-encode it to file.
Google around C and C++ JPEG libraries (libjpeg being canonical).

Good luck!
Topic archived. No new replies allowed.