Skip to content

Instantly share code, notes, and snippets.

@nkcr
Last active June 8, 2018 09:13
Show Gist options
  • Save nkcr/028103d37dac62d94f4ca8c2b540b632 to your computer and use it in GitHub Desktop.
Save nkcr/028103d37dac62d94f4ca8c2b540b632 to your computer and use it in GitHub Desktop.
Generate big image from a pattern
$ docker run -v ${PWD}:/images --rm -it v4tech/imagemagick /bin/sh
/ # convert -size 2970x2100 tile:images/pattern.png images/big.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment