Hi,
I am very new at all of this.
I compressed a tiff file with the command:
convert -compress fax oldname.tiff newname.tiff
But I notice that I now have two piece of new metadata in the new file:
Tiff:document: newname.tiff
Tiff:software: ImageMagick 6.3.4 07/17/07 Q16 http://www.imagemagick.org
I don't want these there. How do I remove them, or better yet, not create them in the first place?
I did try the -strip option, but it didn't work.