ImageMagick magic
·1 min
Table of Contents
ImageMagick is an excellent tool for any image manipulation you can imagine. Check out the following commands.
Add an one pixel black boder around image #
convert <source image> -shave 1x1 -bordercolor black -border 1 <target image>