Search found 2 matches

by apinstein
2012-03-07T14:52:43-07:00
Forum: Bugs
Topic: Change in processing of -limit size options regression
Replies: 1
Views: 3682

Re: Change in processing of -limit size options regression

I looked at the source a bit and I think this function is where the regression was introduced: InterpretSiPrefixValue() in MagickCore/resource.c It looks like there have been lots of changes in that file between 6.7.2-2 and 6.7.4-2, including specifically the processing of the size prefixes. Seems ...
by apinstein
2012-03-02T15:28:02-07:00
Forum: Bugs
Topic: Change in processing of -limit size options regression
Replies: 1
Views: 3682

Change in processing of -limit size options regression

We recently upgraded from 6.7.2-2 to 6.7.4-2 and experienced a painful regression. We use -limit to control memory usage like so: convert -monitor -limit memory 200mb -limit map 200mb foo.jpg -flatten -strip \( +clone -resize 1500x1000 -quality 75 -write foo-large.jpg +delete \) -thumbnail 100x75 ...