I recently discovered that one of my most popular posts had been poached by another blog with out providing credit – images and all. I decided that it would be best to watermark my images to make it more difficult to rip off my content. This procedure could also be done easily in GIMP, but …
Continue reading How To Watermark Images With ImageMagick in LinuxImageMagick
Today I’ve got another ImageMagick trick for you. It’s a variation on the demo in the documentation for the convert command. With this type of command, you can create your own text images with drop shadows. Let’s give it a try.
Continue reading Create Text Images with ImageMagickImageMagick is a free utility that is installed by default in many Linux distributions. It provides a command line interface to perform a multitude of image manipulation operations. In this post I’ll show how to resize an image.
Continue reading Resize Images in Linux with ImageMagick