Last active
August 29, 2015 14:00
-
-
Save yuitest/11350847 to your computer and use it in GitHub Desktop.
グレイスケールを作る but 白-黒ではなく白-透明の。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
exec convert "$1" -alpha copy -channel alpha -negate +channel -fx '#FFF' "$2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
サムネイルだと効果はなく、実際に表示すると飯テロ画像になるような背景を作り出すために用いた。