Search found 3 matches
- 2015-06-20T15:40:07-07:00
- Forum: Users
- Topic: convert is toooooo slow with many images
- Replies: 6
- Views: 13454
Re: convert is toooooo slow with many images
Well, I programmed my own script. Now I takes 1 hour processing 1000 images.
- 2015-06-14T05:58:08-07:00
- Forum: Users
- Topic: convert is toooooo slow with many images
- Replies: 6
- Views: 13454
Re: convert is toooooo slow with many images
Code: Select all
However your system may reject large memory requests and still force IM to cache the image to disk (about 1000 times slower).
Is not there some way to tell IM not load all images in memory at once but in twos?
- 2015-06-13T17:47:06-07:00
- Forum: Users
- Topic: convert is toooooo slow with many images
- Replies: 6
- Views: 13454
convert is toooooo slow with many images
Hello. Version: ImageMagick 6.6.9-7 2014-03-06 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC Features: OpenMP I'm running this command: convert *.JPG -morph 2 -monitor -normalize mov/%05d.jpg With 10 images, it takes 15 seconds . With 30 images, it takes 1 ...