How to invert a JPG

Hello,

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

Please help
Thank you in advance
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.