Code: Select all
convert -depth 8 -size 1000x2000 xc:blue test.tif
convert -debug annotate -depth 8 -size 1000x2000 xc:blue test.tif
Code: Select all
convert -depth 8 -size 1000x2000 xc:blue test.gif
convert -debug annotate -depth 8 -size 1000x2000 xc:blue test.gif
It seems to be.. delayed mostly at a RelinquishMagicResource method at the end (or is it the one that follows?):
Code: Select all
convert -debug all -depth 8 -size 1000x2000 xc:blue test.gif
2010-07-14T21:09:32+02:00 0:00.937 0.891u 6.6.3 Resource Magick[1060]: resource.c/RelinquishMagickResource/801/Resource
Memory: 16MB/19.07MiB/11.997GiB
2010-07-14T21:10:31+02:00 1:00.250 58.750u 6.6.3 Cache Magick[1060]: cache.c/DestroyPixelCache/1608/Cache
destroy test.gif[0]
2010-07-14T21:10:31+02:00 1:00.250 58.750u 6.6.3 Resource Magick[1060]: resource.c/RelinquishMagickResource/801/Resource
Memory: 20MB/0B/11.997GiB
Again with IM v6.6.3-0 Q16, Windows XP.