
12 May
2020
12 May
'20
4:23 p.m.
On Tue, 12 May 2020 14:10:47 +1200, Peter Reutemann wrote:
I use the “iinfo -v” command (part of the openimageio-tools package) to check my images before uploading them.
That's a handy tool to know!
The same package includes the oiiotool command, which you can use to delete metadata as follows: oiiotool «infile» --eraseattrib '.*' --nosoftwareattrib -o «outfile» You can use idiff afterwards: idiff «infile» «outfile» to confirm that the pixels match. The PDF manual for all these tools (and the OpenImageIO library) is in the libopenimageio-doc package.