Hi,
I recently found a great script on http://www.fmwconcepts.com/imagemagick/ called whiteboard.
It works fine but only with one picture at a time, so 500 photos would take me quite a while.
Any idea how to fix this?
when I try "bash whiteboard *.jpg *.tif" it only rewrites the image below the first one.
Many thanks for help
batch processing with whiteboard script
batch processing with whiteboard script
IM Version: 7:6.5.7.8-1ubuntu1.1
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: batch processing with whiteboard script
Sorry my script is only designed to process one image at a time.
The only way to handle this is to write a shell script to loop over your images and feed them to the script within the loop.
Changing the script to handle more images would not affect the speed significantly as I would have to build the same loop into the script.
Furthermore, it is not clear that one set of parameters will process every image appropriately.
The only way to handle this is to write a shell script to loop over your images and feed them to the script within the loop.
Changing the script to handle more images would not affect the speed significantly as I would have to build the same loop into the script.
Furthermore, it is not clear that one set of parameters will process every image appropriately.