how to remove exif:BrightnessValue
Posted: 2019-07-08T11:45:34-07:00
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!
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!