Skip to content

Instantly share code, notes, and snippets.

@yuitest
Last active August 29, 2015 14:00
Show Gist options
  • Save yuitest/11350847 to your computer and use it in GitHub Desktop.
Save yuitest/11350847 to your computer and use it in GitHub Desktop.
グレイスケールを作る but 白-黒ではなく白-透明の。
#!/bin/sh
exec convert "$1" -alpha copy -channel alpha -negate +channel -fx '#FFF' "$2"
@yuitest
Copy link
Author

yuitest commented Apr 27, 2014

サムネイルだと効果はなく、実際に表示すると飯テロ画像になるような背景を作り出すために用いた。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment