Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

One line of code

Programming can be a pain in the ass. Take this command for example :

convert -resize 310x155 -size 310x155 \
  +swap -gravity center 
  -composite input.jpg background.jpg
  output.jpg

The Result

If you're interested in what it does, here's the before and after