First time here? Check out the FAQ!
answered 2020-05-27 02:57:52 -0600
that's really easy:
// load, discarding meta data Mat im = imread("some.png"); // save again imwrite(im, "some.png");