Increase embedded image quality.

This commit is contained in:
Dermot Duffy
2021-10-17 08:32:05 -07:00
parent 7e5c79e51c
commit fa2abc6dc0
2 changed files with 8 additions and 3 deletions
+8 -3
View File
@@ -13,6 +13,11 @@
**Modifications**:
* Cropped for 16:9
* Scaled down to 420x277
* Gaussian blur 0.05
* Quality @ 50%
* Scaled down to 492x277
* Gaussian blur 0.01
* Quality @ 85%
```sh
$ convert -extent 2048x1152 -gravity center -47543120431_b285c45ac8_k.jpg output.jpg
$ mogrify -strip -interlace Plane -gaussian-blur 0.01 -quality 85% -scale 492x277 output.jpg
```
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 17 KiB