Problem with photometric interpretation modification
Posted: 2013-02-25T04:36:20-07:00
Hi,
I would like to modify the tiff format of an image and change the photometric-interpretation of an image.
My image polarity is 'min-is-black' and I want to change it to 'min-is-white' with this command line
The command line doesn't trigger any error, but when I type :
the tiff:photometric is still set to 'min-is-black'
How can I change this parameter ?
I would like to modify the tiff format of an image and change the photometric-interpretation of an image.
My image polarity is 'min-is-black' and I want to change it to 'min-is-white' with this command line
Code: Select all
convert source.tif -define tiff:quantum:polarity=min-is-white dest.tif
Code: Select all
identify -verbose dest.tif
How can I change this parameter ?