Add border to images from command line using montage.
Adding a border to the images from command line is quite simple. But if you have couple of images in a directory that you want to add border to then it may become quite painful π
So what is the solution. You can simply use a one liner to do the job for you.
for i in *.jpg; do montage -geometry 720Γ576 -background black -quality 100 $i conv-$i; done
Related Articles:
- 2008/11/16 go-oo.org Startup and better integration with MS Products.
- 2008/10/14 jatss β nice utility for time tracking.
- 2008/10/13 Scratch β Programming for kids
- 2008/09/15 Linux awk command
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.