On 14/08/15 18:53, Simon McVittie wrote: > I'll see whether I can reproduce a similar thing on minkus.d.o with > pre-built imagemagick binaries; if I can, I'll try the possible > workarounds that were suggested on #770009.
I couldn't reproduce this with the prebuilt convert(1). (sid_mips-dchroot)smcv@minkus:~/imagemagick-6.8.9.9$ time convert -limit thread 1 -background none -define filter:blur=0.75 -filter Gaussian -gravity center -resize 256x256 -extent 256x256 debian/display-im6.svg ~/tmp.png real 0m47.460s user 0m4.764s sys 0m42.464s (sid_mips-dchroot)smcv@minkus:~/imagemagick-6.8.9.9$ time timeout 5m convert -background none -define filter:blur=0.75 -filter Gaussian -gravity center -resize 256x256 -extent 256x256 debian/display-im6.svg ~/tmp.png real 0m32.951s user 0m4.972s sys 0m45.012s (of which ~ 15 seconds of wallclock time are spent running rsvg-convert) I'll follow up to 770009 if I can make any progress after doing the whole build. S