Created
February 15, 2017 09:23
-
-
Save xhacker/e4cafc34d55da70d593b11d51172205e to your computer and use it in GitHub Desktop.
Convert image to a 2x image
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
retinalize() { convert -density 144 -units pixelsperinch "$1" "$1" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment