Batch processing – Resizing and embedding watermarks into images using ImageMagick for Windows and Linux

March 19, 2017

As a response to a recent question I came across, I want to share a simple bash script for embedding a watermark image/logo and resizing multiple images at the same time for online publishing.

In order to use the script below you need to install imagemagick and if you are using Windows you either have to install the cygwin environment or you would have to rewrite this simple script as a bat script. read more

Build Boost Library with Visual Studio 2010 (x86)

May 5, 2010

How to build boost library with Visual Studio 2010