Problem Converting TIFFs on Solaris
Posted: 2011-09-23T12:12:12-07:00
I'm using the Solaris package 7.6.0, which was downloaded on 22-September and I cannot use convert to resize some tiff files on a Solaris 10 server. The syntax I am using is: "convert test1.tif -resize 98% t1scaled.tif." The error returned is: "unable to sync pixel cache." I have been able to resize some sample TIFF files, but not the real ones I need to work with.
I also have ImageMagick 7.6.2 installed on a Windows XP laptop. If I use the identify command; e.g. "identify test1.tif" my Windows XP macine reports the files as: "1-bit Bilevel DirectClass" whiled the Solaris machine reports: "PseudoClass 2c 8-bit." It seems like the Solaris version is not correctly identifying the file?
The files in question are 1-bit images of newspaper pages, used for making printing plates. They are reletively large; 5-Mb to 50-Mb. I have tried increasing the MAGICK_AREA-LIMIT, MAGICK_DISK_LIMIT and MAGICK_MEMORY_LIMIT, but not seen any difference.
Any advice will be appreciated.
I also have ImageMagick 7.6.2 installed on a Windows XP laptop. If I use the identify command; e.g. "identify test1.tif" my Windows XP macine reports the files as: "1-bit Bilevel DirectClass" whiled the Solaris machine reports: "PseudoClass 2c 8-bit." It seems like the Solaris version is not correctly identifying the file?
The files in question are 1-bit images of newspaper pages, used for making printing plates. They are reletively large; 5-Mb to 50-Mb. I have tried increasing the MAGICK_AREA-LIMIT, MAGICK_DISK_LIMIT and MAGICK_MEMORY_LIMIT, but not seen any difference.
Any advice will be appreciated.