Skip to content

Instantly share code, notes, and snippets.

@andreisebastianc
Created September 13, 2018 16:29
Show Gist options
  • Select an option

  • Save andreisebastianc/fcb7cf7664f3fc89c27f6dcc29a4ddef to your computer and use it in GitHub Desktop.

Select an option

Save andreisebastianc/fcb7cf7664f3fc89c27f6dcc29a4ddef to your computer and use it in GitHub Desktop.
Create a placeholder image for a given size from terminal ( requires imagemagic )
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