How to clear alt tags or change them?

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
imanasya
Posts: 36
Joined: 2018-10-05T11:21:07-07:00
Authentication code: 1152

How to clear alt tags or change them?

Post by imanasya »

Is it possible to do with ImageMagic?
Image
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How to clear alt tags or change them?

Post by snibgo »

Exiftool is a better tool for changing metadata.
snibgo's IM pages: im.snibgo.com
imanasya
Posts: 36
Joined: 2018-10-05T11:21:07-07:00
Authentication code: 1152

Re: How to clear alt tags or change them?

Post by imanasya »

snibgo, Thank you.
imanasya
Posts: 36
Joined: 2018-10-05T11:21:07-07:00
Authentication code: 1152

Re: How to clear alt tags or change them?

Post by imanasya »

I found better way:

Code: Select all

magick mogrify -strip image.jpg
Post Reply