Control: tags -1 grave There is a regression from squeeze, this used to work for me:
Squeeze system: $ convert -depth 8 -size 11904x14848 xc:white white.ppm $ vips im_vips2tiff white.ppm output_image2.tif:jpeg:75,tile:256x256,pyramid $ ls -al output_image2.tif -rw-r--r-- 1 mathieu mathieu 8885127 Dec 11 15:56 output_image2.tif with: $ readelf -d /usr/bin/vips | grep jpeg 0x0000000000000001 (NEEDED) Shared library: [libjpeg.so.62] While, on a wheezy system: $ convert -depth 8 -size 11904x14848 xc:white white.ppm $ vips im_vips2tiff white.ppm output_image2.tif:jpeg:75,tile:256x256,pyramid Segmentation fault $ ls -al output_image2.tif -rw-r--r-- 1 administrateur administrateur 8 Dec 11 16:01 output_image2.tif with: $ readelf -d /usr/bin/vips | grep jpeg 0x0000000000000001 (NEEDED) Shared library: [libjpeg.so.8] I suspect vips does not work with libjpeg8 (which should have been ABI compatible...) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

