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!
how to remove exif:BrightnessValue
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: how to remove exif:BrightnessValue
You cannot change/remove EXIF data with Imagemagick. You can only read it.
Try exiftool at https://www.sno.phy.queensu.ca/~phil/exiftool/
Try exiftool at https://www.sno.phy.queensu.ca/~phil/exiftool/