Hello,
I create image sequences for video with a lot of frames. I use ImageMagick in command line to check the integrity of each frame with a loop. But it's very slow on big frames (HD TGA, 1920x1080, about 6 Mbits). So it's running at about 2 images per second.
How can i speed up the process? Is it possible to launch the work on all the processors of the workstation?
Thank you for your help.
checking image integrity. How to speed up for many files?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: checking image integrity. How to speed up for many files
Without an example of what you are actually doing it is hard to say what speed up we can suggest!
By default individula operators within IM will make use of multiple processors. However if you want to parellize multiple operations (runnign multiple convert commands), you may want to turn of threaded processing.
For some basic speed up tips look at...
Making IM Faster (in general)
http://www.imagemagick.org/Usage/api/#speed
By default individula operators within IM will make use of multiple processors. However if you want to parellize multiple operations (runnign multiple convert commands), you may want to turn of threaded processing.
For some basic speed up tips look at...
Making IM Faster (in general)
http://www.imagemagick.org/Usage/api/#speed
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/