# 假字、假圖產生器整理
>[竹白記事本](https://chupai.github.io/)
###### tags: `假字、假圖`
## 前言
製作文案、網頁時,往往需要一些素材,這是就可以使用一些假字、假圖,供設計排版時使用。
## 假字
中文:
- [亂數假文產生器 Chinese Lorem Ipsum](http://www.richyli.com/tool/loremipsum/)
其他:
- [Lorem Ipsum](https://www.lipsum.com/)
## 假圖
- [Fake images please?](https://fakeimg.pl/)
- [Picsum photos](https://picsum.photos/)
### Fake images please?
>[Fake images please?](https://fakeimg.pl/)
使用方法:
```htmlmixed
<img src="https://fakeimg.pl/300/">
```

```htmlmixed
<img src="https://fakeimg.pl/250x100/">
```

```htmlmixed
<img src="https://fakeimg.pl/250x100/ff0000/">
```

```htmlmixed
<img src="https://fakeimg.pl/350x200/ff0000/000">
```

```htmlmixed
<img src="https://fakeimg.pl/350x200/ff0000,128/000,255">
```

```htmlmixed
<img src="https://fakeimg.pl/350x200/?text=Hello">
```

```htmlmixed
<img src="https://fakeimg.pl/200x100/?retina=1&text=こんにちは&font=noto">
```

```htmlmixed
<img src="https://fakeimg.pl/350x200/?text=World&font=lobster">
```

### Picsum photos
>[Picsum photos](https://picsum.photos/)
```
https://picsum.photos/200
https://picsum.photos/200/300
```


同尺寸,不同圖片。
```
https://picsum.photos/500/400?random=1
https://picsum.photos/500/400?random=2
```


黑白、模糊
```
https://picsum.photos/g/200/300
https://picsum.photos/200/300/?blur
```


特定圖片
```
https://picsum.photos/200/300?image=0
```

縮圖位置
`north` `east` `south` `west` `center`
```
https://picsum.photos/200/300/?gravity=east
```




