memory allocation error even with -limit
Posted: 2007-02-15T14:17:31-07:00
Hi,
I've been searching the forum to find a solution to my problem.
I have a PGM that is 321285x3570 (~1GB in size), and I'm trying to create a thumbnail using the following command:
convert -depth 8 -size 250x250 -thumbnail 125x125 test.pgm test_th.pgm
I get "convert: memory allocation error".
So I try to use the -limit option
convert -limit memory 16 -limit map 16 -depth 8 -size 250x250 -thumbnail 125x125 test.pgm test_th.pgm
Still doesn't work. Anything else I should try?
My computer specs is as follow:
504MB RAM
2.79 GHz Pentium 4
9 GB of free hard drive when I run this test
I'm using ImageMagick 6.2.8 Q16
Thanks for your time,
onyee
I've been searching the forum to find a solution to my problem.
I have a PGM that is 321285x3570 (~1GB in size), and I'm trying to create a thumbnail using the following command:
convert -depth 8 -size 250x250 -thumbnail 125x125 test.pgm test_th.pgm
I get "convert: memory allocation error".
So I try to use the -limit option
convert -limit memory 16 -limit map 16 -depth 8 -size 250x250 -thumbnail 125x125 test.pgm test_th.pgm
Still doesn't work. Anything else I should try?
My computer specs is as follow:
504MB RAM
2.79 GHz Pentium 4
9 GB of free hard drive when I run this test
I'm using ImageMagick 6.2.8 Q16
Thanks for your time,
onyee