Skip to content

Instantly share code, notes, and snippets.

@wkentaro
Created April 10, 2020 05:17
Show Gist options
  • Save wkentaro/506dd221c7bb02c8e1e62c7f19c33029 to your computer and use it in GitHub Desktop.
Save wkentaro/506dd221c7bb02c8e1e62c7f19c33029 to your computer and use it in GitHub Desktop.
#!/bin/bash
convert 2004.04336.pdf -thumbnail x256 thumb.png
imtile *.png --shape 1x10 --out thumb.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment