how to remove exif:BrightnessValue

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
jasmine_z
Posts: 1
Joined: 2019-07-08T11:29:53-07:00
Authentication code: 1152

how to remove exif:BrightnessValue

Post by jasmine_z »

i tried
convert +profile '*exif:BrightnessValue*' input output
convert +profile %[exif:BrightnessValue] input output

seems like both didn't work
need to use a cmd line from imagemagick

Really appreciate your help!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: how to remove exif:BrightnessValue

Post by fmw42 »

You cannot change/remove EXIF data with Imagemagick. You can only read it.

Try exiftool at https://www.sno.phy.queensu.ca/~phil/exiftool/
Post Reply