Search found 1 match

by hanky
2016-06-22T08:10:50-07:00
Forum: Users
Topic: Convert Exceeds Memory Limits
Replies: 1
Views: 1449

Convert Exceeds Memory Limits

I'm using convert to transform multiple PNG images to JPG and would like to set some memory limits for this process: convert aa*png -limit area 10MB -limit memory 10MB -limit map 10MB -quality 82 pic_%03d.jpg But using -limit option doesn't help. Convert starts to consume memory very fast and total ...