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 ?