Slow performance -annotate in ImageMagick 6.5.4-6

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
vadus

Slow performance -annotate in ImageMagick 6.5.4-6

Post by vadus »

ImageMagick 6.5.4-6

Annotating an image is progressively slow by defining a longer text string. Is this a bug? I previously used version 6.3.5, however on a different server and did not encounter any performance problems with this function. With -drow text there are same performance problems. In the test link: http://www.jacobi-partner.de/test/index.php the command line is printed below the output image and convsion time...
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Slow performance -annotate in ImageMagick 6.5.4-6

Post by magick »

Rebuild / reinstall ImageMagick and disable OpenMP:
  • cd ImageMagick-6.5.4-9
    ./configure --disable-openmp
    make
    make install
Does that make a difference? We have found that certain versions of libgomp have a bug that slows ImageMagick down considerably.
vadus

Re: Slow performance -annotate in ImageMagick 6.5.4-6

Post by vadus »

This made a huge difference, thank you a lot. Also other funktions work now much faster...
Post Reply