Search found 1 match

by Sera
2011-06-29T05:03:18-07:00
Forum: Users
Topic: Need help to limit usage of memory
Replies: 0
Views: 3300

Need help to limit usage of memory

Hi,
I want to limit usage of CPU and memory when converting jpg to tiff .
I am using RHEL 5 and ImageMagick-6.7.0-9.x86_64.rpm.

I tried following command with options.
convert aaa.jpg -compress Fax -limit memory 300mb bbb.tiff

But, It doesn't have the difference with original command which is ...