Last active
October 5, 2016 15:30
-
-
Save bmcbride/6795727 to your computer and use it in GitHub Desktop.
Use ImageMagick to convert black glyphicon icon to light gray color that matches inverted glyphish icon
This file contains 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
convert glyphicons_195_circle_info.png -fuzz 100% -fill "rgb(187,187,187)" -opaque black glyphicons_195_circle_info-gray.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment