Technology, life, programming, travel and money.

Posts Tagged ‘ImageMagicK’

Joining photos together with ImageMagick

Joining photos together with ImageMagick

In my posts I often have a need to stitch multiple photos together in a rectangular block. I prefer to have the photos stitched together rather than uploading them as individual images as this removes the need to lay them out (using divs, tables, etc). Plus the stitched together image size is smaller than the size of uploading individual images. [...]

Batch processing photos with DOS and ImageMagick

Batch processing photos with DOS and ImageMagick

For my recent walking project I knew I was going to be taking lots of photos. I wanted a DOS script which would batch process the JPEG photos from my camera into the 'full sized images' (which are much smaller than the raw camera images), and the poloroid-like thumbnails. The excellent ImageMagick tool provides a way to generate poloroid-like [...]