Search found 2 matches

by frankoid
2013-06-25T08:52:44-07:00
Forum: Users
Topic: Why does Colorize also change the transparent background?
Replies: 9
Views: 5678

Re: Why does Colorize also change the transparent background

http://www.imagemagick.org/Usage/color_mods/#colorize says that: One common use of the "-colorize" operator is to simply replace all the colors in an existing image (tinting '100%') to set the color of a shape mask. convert test.png -fill blue -colorize 100% colorize_shape.png However, if I download ...
by frankoid
2009-11-24T05:12:28-07:00
Forum: Bugs
Topic: Deadlock when memory allocation fails
Replies: 1
Views: 5434

Deadlock when memory allocation fails

ImageMagick version: 6.5.7-10 System: Linux (Debian Lenny/amd64) I was trying to use ulimit -v to prevent ImageMagick from using a lot of virtual memory on a server and causing it to thrash. I have now discovered the MAGICK_AREA_LIMIT environment variable which seems like a better solution to my ...