Skip to content

Instantly share code, notes, and snippets.

@katapad
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katapad/10224387 to your computer and use it in GitHub Desktop.
Save katapad/10224387 to your computer and use it in GitHub Desktop.
大量のダミー連番画像を、一行で作成する方法 ref: http://qiita.com/katapad/items/e79a01054c13083932a0
curl -O 'http://placeimg.com/500/480/tech/[0-4].jpg'
<img src="http://cambelt.co/200x100" />
curl -O 'http://placehold.it/350x150&text=[1-4].png'
<img src="http://cambelt.co/400x160/UNKO?font=Federicka&color=234653,eeeeee&font_size=120">
curl -O 'http://cambelt.co/400x150/[0-4].png'
<img src="http://cambelt.co/200x100" />
curl -O 'http://cambelt.co/400x150/[0-4]_[0-4].png'
<img src="http://cambelt.co/400x160/UNKO?font=Federicka&color=234653,eeeeee&font_size=120">
curl -O 'http://cambelt.co/400x150/[0-4]_[0-4].png'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment