Have the Frigate stock image face the opposite direction (to match the logo).
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 276 KiB |
@@ -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 |
Reference in New Issue
Block a user