we've had a problem on our production environment (IM 6.6.4-2)
1119.png => http://dl.free.fr/dgU1Zu1oH (1x1px PNG file)
this convert command creates a +5To tmp file and never finishes
Code: Select all
convert 1119.png -resize '260x260!' -format JPEG -compress JPEG -colorspace RGB -interlace line -quality 75 -type optimize -strip -flatten 1119.jpeg
here the end of the debug for this command
Code: Select all
2011-02-21T14:52:42+01:00 0:00.120 0.020u 6.6.4 Cache convert[13718]: cache.c/OpenPixelCache/4233/Cache
open 1/1/1/1/9/1119.png[0] (/tmp/magick-XXvD8uAw[3], disk, 982540x676000 5.31358TB)
2011-02-21T14:52:42+01:00 0:00.140 0.040u 6.6.4 Cache convert[13718]: cache.c/WritePixelCachePixels/5549/Cache
1/1/1/1/9/1119.png[0][982540x1+0+0]
is there any workaround ?