Have the Frigate stock image face the opposite direction (to match the logo).

This commit is contained in:
Dermot Duffy
2022-02-05 08:10:54 -08:00
parent 5cc1c2e445
commit 9a2569728b
3 changed files with 4 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

+4 -4
View File
@@ -10,14 +10,14 @@
**License**: https://creativecommons.org/licenses/by-nc-nd/2.0/
**Modifications**:
**Image Formatting Process**:
* Horizontal mirror (to face the opposite direction)
* Cropped for 16:9
* 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
$ convert -extent 2048x1152 -flop -gravity center 47543120431_b285c45ac8_k.jpg frigate-bird-in-sky.jpg
$ mogrify -strip -interlace Plane -quality 85% -scale 492x277 frigate-bird-in-sky.jpg
```
Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB