Merge pull request #319 from dermotduffy/flip-bird-image

Flip the Frigate stock image to face the opposite direction
This commit is contained in:
Dermot Duffy
2022-02-05 08:12:26 -08:00
committed by GitHub
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