Skip to content

Instantly share code, notes, and snippets.

@jrumbut
Created June 29, 2015 13:22
Show Gist options
  • Save jrumbut/40fe8ed2975cc23945e8 to your computer and use it in GitHub Desktop.
Save jrumbut/40fe8ed2975cc23945e8 to your computer and use it in GitHub Desktop.
Take file, turn everything not white white or transparent
#! /bin/bash
convert <input-image> -alpha extract -threshold 0 -transparent black <out-file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment