[argyllcms] Re: CMYK and linux
- From: Klaus Karcher <lists@xxxxxxxxxxxxxxxxx>
- To: argyllcms@xxxxxxxxxxxxx
- Date: Wed, 28 May 2008 11:10:42 +0200
Geert Janssens wrote:
What program can I use under linux to see whether a picture is CMYK or RGB ?
Lars Tore Gustavsen wrote:
A simple solution is imagemagick. Like this:
identify -format "%[colorspace]" filename
another option for tiffs is tiffinfo (part of libtiff)
e.g.
tiffinfo input.tif | grep "Photometric Interpretation:"
returns
" Photometric Interpretation: RGB color"
for RGB images and
" Photometric Interpretation: separated"
for CMYK images
Klaus
- References:
- [argyllcms] CMYK and linux
- From: Geert Janssens
- [argyllcms] Re: CMYK and linux
- From: Lars Tore Gustavsen
Other related posts:
- » [argyllcms] CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
- » [argyllcms] Re: CMYK and linux
Geert Janssens wrote:
What program can I use under linux to see whether a picture is CMYK or RGB ?
A simple solution is imagemagick. Like this: identify -format "%[colorspace]" filename
- [argyllcms] CMYK and linux
- From: Geert Janssens
- [argyllcms] Re: CMYK and linux
- From: Lars Tore Gustavsen