is this a memory problem? how does im work with this?
Posted: 2007-01-21T16:36:42-07:00
trying to batch a lot of large files - 2896x1944 jpg's. using this in a batch
script in wxp home:
mogrify -path o:\im-tests -crop 2240x1260+519+425 m:\imtest_out\*
mogrify -resize 1920x1080 o:\im-tests
the wxp cmd window opens and starts the batch fine. i see activity on
the various drive locations. after some time, however, the window
closes, never having reached the second line of the script. there seems
to be a period of inactivity before the window closes.
the process seems to work all right with a test of 300 files. i just tried
1600 files and the problem happens. i just tried 1000 files and the
problem also happens.
edit: tried 400 files and it works. tried 600 files and it doesn't work.
does im do all of this in memory or something? do i have to work in
groupings that do not exceed my system memory or a given portion
thereof? am i doing something else wrong?
thanks for any help,
BabaG
script in wxp home:
mogrify -path o:\im-tests -crop 2240x1260+519+425 m:\imtest_out\*
mogrify -resize 1920x1080 o:\im-tests
the wxp cmd window opens and starts the batch fine. i see activity on
the various drive locations. after some time, however, the window
closes, never having reached the second line of the script. there seems
to be a period of inactivity before the window closes.
the process seems to work all right with a test of 300 files. i just tried
1600 files and the problem happens. i just tried 1000 files and the
problem also happens.
edit: tried 400 files and it works. tried 600 files and it doesn't work.
does im do all of this in memory or something? do i have to work in
groupings that do not exceed my system memory or a given portion
thereof? am i doing something else wrong?
thanks for any help,
BabaG