1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

連番のダミー画像を取得する

Posted at

連番の画像が必要になったので
Placehold.jp をcurlで叩いて取得します

http://placehold.jp/{文字サイズ}/{背景色}/{文字色}/{幅}x{高さ}.png

-o でファイル名も指定して 0〜40の連番ファイルを作ります。

curl -o '#1.png' 'https://placehold.jp/100/35947b/ffffff/400x400.png?text=[0-40]'
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?