I just downloaded nconvert 5.6 for Mac OS X but when I want to convert a RGB image to a CMYK JPEG I get a segmentation fault.
Code: Select all
sh-3.2# /usr/bin/nconvert -icc_ie -cmyk_space -out jpeg -o ./images/1658.jpg ./tmp/f24973f03c2e5e547639669df344526f_4796716
** NCONVERT v5.60 (c) 1991-2010 Pierre-E Gougelet (Feb 26 2010/11:45:41) **
Version for MacOS X (All rights reserved)
** This is a freeware software (for non commercial use)
Segmentation fault
sh-3.2# /usr/bin/nconvert -cmyk_space -out jpeg -o ./images/1658.jpg ./tmp/f24973f03c2e5e547639669df344526f_4796716
** NCONVERT v5.60 (c) 1991-2010 Pierre-E Gougelet (Feb 26 2010/11:45:41) **
Version for MacOS X (All rights reserved)
** This is a freeware software (for non commercial use)
Segmentation fault
sh-3.2# /usr/bin/nconvert -icc_ie -out jpeg -o ./images/1658.jpg ./tmp/f24973f03c2e5e547639669df344526f_4796716
** NCONVERT v5.60 (c) 1991-2010 Pierre-E Gougelet (Feb 26 2010/11:45:41) **
Version for MacOS X (All rights reserved)
** This is a freeware software (for non commercial use)
Conversion of ./tmp/f24973f03c2e5e547639669df344526f_4796716 into ./images/1658.jpg OK
Code: Select all
Array
(
[0] => ** NCONVERT v5.60 (c) 1991-2010 Pierre-E Gougelet (Feb 26 2010/11:45:41) **
[1] => Version for MacOS X (All rights reserved)
[2] => ** This is a freeware software (for non commercial use)
[3] =>
[4] =>
[5] => ./tmp/f24973f03c2e5e547639669df344526f_4796716 : Success
[6] => Format : JPEG TrueColor (v1.1)
[7] => Name : jpeg
[8] => Compression : JPEG
[9] => Width : 800
[10] => Height : 709
[11] => Components per pixel : 3
[12] => Bits per component : 8
[13] => Depth : 24
[14] => # colors : 16777216
[15] => Color model : RGB
[16] => Bytes Per Plane : 2400
[17] => Orientation : Top Left
[18] => Xdpi : 72
[19] => Ydpi : 72
[20] => Page(s) : 1
[21] => Metadata : ( EXIF ICC )
[22] => Color Profile : Display
[23] => EXIF:
[24] => Camera:
[25] => Orientation (0x0112): top-left (1)
[26] => X Resolution (0x011a): 72
[27] => Y Resolution (0x011b): 72
[28] => Resolution unit (0x0128): Inch
[29] => Image:
[30] => EXIF image width (0xa002): 800
[31] => EXIF image length (0xa003): 709
)