Page 1 of 1

how to remove exif:BrightnessValue

Posted: 2019-07-08T11:45:34-07:00
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!

Re: how to remove exif:BrightnessValue

Posted: 2019-07-08T11:51:19-07:00
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/