Runaway convert commands
Posted: 2013-04-11T05:38:09-07:00
Are there any common reasons for runaway convert commands? A frequent problem on my server is the convert command that goes out of control, taking up 100% of the CPU and hosing everything. The only thing to do is kill the process.
It's always been a problem to some degree. Previously I wasn't doing anything esoteric, just thumbnailing GIFs and JPEGs for use online.
More recently we've been layering GIFs using various compose operators. Lately we are having a consistent problem with the Vivid_Light compose operator:
Seems normal right? Commands containing Vivid_Light have been going bonkers for two days now. Any ideas?
Also, any strategies to mitigate against runaway converts would be appreciated.
Version: ImageMagick 6.7.8-7 2013-03-10 Q64
It's always been a problem to some degree. Previously I wasn't doing anything esoteric, just thumbnailing GIFs and JPEGs for use online.
More recently we've been layering GIFs using various compose operators. Lately we are having a consistent problem with the Vivid_Light compose operator:
Code: Select all
/usr/bin/convert input.gif null: composite_input.gif -matte -dispose None -gravity center -compose Vivid_Light -layers composite output.gif
Also, any strategies to mitigate against runaway converts would be appreciated.
Version: ImageMagick 6.7.8-7 2013-03-10 Q64