Hi,
I have a multi-page TIFF image. The photometric value of the first page is 2 and the second page is 1. How do i set the photometric value for all the pages to 1? Imagemagik is used as a part of our Java code.
Thanks!
Change Photometric value
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Change Photometric value
TIFF documentation http://www.awaresystems.be/imaging/tiff ... ation.html says 1 is for grayscale, and 2 is for RGB. In both cases, zero is black.
If you want to change your images to grayscale, "-colorspace gray" will do that.
If you want to change your images to grayscale, "-colorspace gray" will do that.
snibgo's IM pages: im.snibgo.com