convert blows up png on resize
Posted: 2007-02-06T19:26:58-07:00
I wrote a little python script to resize a bunch of png's and the
file size grew from 4.4meg to 38megs! Dimensions were cut in half.
here is a fragment:
cmd = "convert " +path +" -resize 50% " +newpath
print "cmd=" +cmd
os.system(cmd)
Any clues? Also, memory usage grew to 1.6gig during the conversion.
Using windows 6.3.2-Q16
Thanks.
file size grew from 4.4meg to 38megs! Dimensions were cut in half.
here is a fragment:
cmd = "convert " +path +" -resize 50% " +newpath
print "cmd=" +cmd
os.system(cmd)
Any clues? Also, memory usage grew to 1.6gig during the conversion.
Using windows 6.3.2-Q16
Thanks.