Merge branch 'master' of github.com:jeena/catdog

This commit is contained in:
Logsol 2013-10-15 21:04:02 +02:00
commit b038d89d7e

View file

@ -32,7 +32,7 @@ Then I cut out all the drawings from the big image and saved them as a black and
## 2.3. Resizing ## 2.3. Resizing
I wrote a small shellscript which would take all pictures and resize them proportionally to a max width and height of 200 px. It also fills up the missing borders with a white background color. To do that I used the [ImageMagick suite](www.imagemagick.org) software suite: I wrote a small shellscript which would take all pictures and resize them proportionally to a max width and height of 200 px. It also fills up the missing borders with a white background color. To do that I used the [ImageMagick](www.imagemagick.org) software suite:
<pre>#!/bin/sh <pre>#!/bin/sh