convert slow in debian etch and fast in debian sarge

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
bergheil

convert slow in debian etch and fast in debian sarge

Post by bergheil »

Hello to all.
I need to convert bilevel tif (TIFF 2496x3507) image in gif image.
The conversion is to slow, in the debian etch server it needs 3 sec. in avarage, but in sarge debian server it take just 0.3 sec.
I can image that the new version of imagemagick library have some problem.
The command that I use is:
convert pippo.tif -format gif pippo.gif
In etch the library imagemagick is the 6.2.4.5.dfsg1-0.15+etch1
in sarge 6.0.6.2-2.9
Please help me.
Francesco
bergheil

Re: convert slow in debian etch and fast in debian sarge

Post by bergheil »

Somebody had the same problems?
bergheil wrote:Hello to all.
I need to convert bilevel tif (TIFF 2496x3507) image in gif image.
The conversion is to slow, in the debian etch server it needs 3 sec. in avarage, but in sarge debian server it take just 0.3 sec.
I can image that the new version of imagemagick library have some problem.
The command that I use is:
convert pippo.tif -format gif pippo.gif
In etch the library imagemagick is the 6.2.4.5.dfsg1-0.15+etch1
in sarge 6.0.6.2-2.9
Please help me.
Francesco
Post Reply