I received a corrupted gif, which usages all the memory when converting it.
gif: http://www.glitterbase.com/hosting/make2.gif
cmd: convert make2.gif -coalesce make3.gif
How to take care the image does not lock my server?
Should i 'turn-on' <policy domain="resource" name="disk" value="16eb"/> ?
I could not find what the value 16eb stands for...
(As i would like that other operations with imagemagick will use resources available, i just don't want that the server gets locked..
Regards.
Corrupted gif locks computer
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Corrupted gif locks computer
Does this help (removing the virtual canvas)?
convert make2.gif +repage -coalesce make3.gif
convert make2.gif +repage -coalesce make3.gif
Re: Corrupted gif locks computer
Hi frm42, glennrp,
Thanks, the +repage helps indeed
But i would not mind if this image fails with convert, as long as it is not taking to many system resources.
What are the policy.xml you use for your server?
Regards
Thanks, the +repage helps indeed
But i would not mind if this image fails with convert, as long as it is not taking to many system resources.
What are the policy.xml you use for your server?
Regards
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Corrupted gif locks computer
Magick can answer that best, but this was a recent post of his to another user.
viewtopic.php?f=2&t=23385&p=98237#p98237
viewtopic.php?f=2&t=23385&p=98237#p98237