Remove exif data from image
Hi, I am using Java OpenCV. I want to remove the exif data from the image, while maintaining the same quality of the image. Is it possible to do this using OpenCV?
-- Rohit
Hi, I am using Java OpenCV. I want to remove the exif data from the image, while maintaining the same quality of the image. Is it possible to do this using OpenCV?
-- Rohit
just imwrite() to a .png , and you're done.
Asked: 2016-06-14 05:41:54 -0600
Seen: 1,392 times
Last updated: Jun 14 '16
We need the image in jpg. Is it possible to convert it again to jpg and get rid of the exif data or would it get added on conversion to jpg?