Created
September 13, 2018 16:29
-
-
Save andreisebastianc/fcb7cf7664f3fc89c27f6dcc29a4ddef to your computer and use it in GitHub Desktop.
Create a placeholder image for a given size from terminal ( requires imagemagic )
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
| convert -size 200x150 xc:White \ | |
| -gravity Center \ | |
| -weight 100 -pointsize 20 \ | |
| -annotate 0 "PLACEHOLDER IMAGE" \ | |
| home__prod-small.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment