Removing or not creating tags

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
20070808

Removing or not creating tags

Post by 20070808 »

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.
20070808

Re: Removing or not creating tags

Post by 20070808 »

Bumping this back up to the top. Anyone?
Post Reply