AW: [magick-users] LC_ALL & convert problem
Naber, Peter
peter.naber at alfa.de
Thu Jan 10 08:48:49 PST 2008
Arrgh,
i have found the solution of this problem. With the imagemagick 6.3.7-2 the scale 15,5% (German notation of floating point) results to a "invalid geometry" and 15.5 % isn't a correct german floating notation.
ImageMagick 6.3.7-8 works fine and i can use the correct german notation 15,5%
convert /tmp/JOB_11999591001.pom.TIFF -depth 8 -density 144,0x144,0 -scale 15,04077396776274% jpeg:/tmp/JOB_11999591001.pom2.TIFF.jpeg
works fine with ImageMagick 6.3.7-8
convert /tmp/JOB_11999591001.pom.TIFF -depth 8 -density 144.0x144.0 -scale 15.04077396776274% jpeg:/tmp/JOB_11999591001.pom2.TIFF.jpeg
works too with LC_ALL=de_DE.iso88591.
regards,
Peter Naber
-----Ursprüngliche Nachricht-----
Von: magick-users-bounces at imagemagick.org
[mailto:magick-users-bounces at imagemagick.org]Im Auftrag von Naber, Peter
Gesendet: Donnerstag, 10. Januar 2008 13:22
An: magick-users at imagemagick.org
Betreff: [magick-users] LC_ALL & convert problem
Hi,
i have a problem with the "convert" command of imagemagick 6.3.7 with linux.
I call following "convert" command with the enviroment variable LC_ALL=de_DE.iso88591:
convert /tmp/JOB_11999591001.pom.TIFF -depth 8 -density 144.0x144.0 -scale 15.04077396776274% jpeg:/tmp/JOB_11999591001.pom2.TIFF.jpeg
and the scale operation doesn't work.
the same call with an empty LC_ALL or C,en_US.iso88591 works fine.
regards,
Peter Naber
This email was Anti Virus checked by Astaro Security Gateway when passing alfa firewall
This email was Anti Virus checked by Astaro Security Gateway when passing alfa firewall
This email was Anti Virus checked by Astaro Security Gateway when passing alfa firewall
More information about the Magick-users
mailing list