Ask Your Question
1

Remove exif data from image

asked 2016-06-14 05:41:54 -0600

roniga gravatar 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

edit retag flag offensive close merge delete

Comments

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?

roniga gravatar imageroniga ( 2016-06-15 02:01:52 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-06-14 05:48:37 -0600

berak gravatar image

just imwrite() to a .png , and you're done.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-06-14 05:41:54 -0600

Seen: 1,333 times

Last updated: Jun 14 '16