Skip to content

Instantly share code, notes, and snippets.

View novalex's full-sized avatar

Alex I. Nițu novalex

  • TalentLynk
  • London
View GitHub Profile
@drakmail
drakmail / remove_background.sh
Created October 29, 2012 15:52
remove white background with imagemagick
convert "$1" -bordercolor white -border 1x1 \
-alpha set -channel RGBA -fuzz 20% \
-fill none -floodfill +0+0 white \
-shave 1x1 $2