Page 1 of 1
Problems when converting a lot of files
Posted: 2010-10-31T10:09:11-07:00
by Axolotl
I tried to convert about 1000 files and IM first used all the space on drive C than gone infinite. When i try to convert a hundred of these files IM converts them rather quickly (less than a minute), tried to -limit map 0, so it dosen't used the swap but also never ended it's operation. Can i limit the number of files it operates in memory or conigure it to save converted files immediatly? Or maybe other solutions?
Re: Problems when converting a lot of files
Posted: 2010-10-31T19:37:43-07:00
by anthony
You will need to DIY a script around a IM command to do that.
See batch processing alturnative for some posible methods under Linux
http://www.imagemagick.org/Usage/basics ... ogrify_not
for example the "xargs" program collects N filenames (or whatever) from its standard then runs the command on that list of files. You can control the number of files, from 1 to whatever. You can even have it print the commands it generates and or a dry-run without executing.