a compatibility question about version 6.2.4
Posted: 2009-09-08T10:37:22-07:00
My hoster only provides ImageMagick version 6.2.4.
On my localhost I have 6.5.5 installed. There I use this command:
It works as I expected. But on my hoster's server it doesn't work (I test it via SSH). Using format options without brackets works very well, it's just the brackets that don't work. Is it a version incompatibility? What else can I do to find out the colorspace of an image?
On my localhost I have 6.5.5 installed. There I use this command:
Code: Select all
identify -format "%[colorspace]" "/var/www/web1/html/image.jpg"