Search found 2 matches
- 2013-02-26T00:36:35-07:00
- Forum: Users
- Topic: Problem with photometric interpretation modification
- Replies: 3
- Views: 5036
Re: Problem with photometric interpretation modification
It works, Thanks !
- 2013-02-25T04:36:20-07:00
- Forum: Users
- Topic: Problem with photometric interpretation modification
- Replies: 3
- Views: 5036
Problem with photometric interpretation modification
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 convert source.tif -define tiff:quantum:polarity=min-is-white dest.tif The command line ...