This commit is contained in:
Your Name
2024-04-27 16:29:35 -05:00
parent a53e5fce78
commit 7dde84a7f6
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 455 KiB

After

Width:  |  Height:  |  Size: 454 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

View File

@@ -4,7 +4,7 @@
convert -size 2160x1080 canvas:black /tmp/black_canvas.png convert -size 2160x1080 canvas:black /tmp/black_canvas.png
# Place the image in the center of the canvas, blending the transparent background # Place the image in the center of the canvas, blending the transparent background
composite -gravity center /data/openpilot/selfdrive/clearpilot/theme/clearpilot/images/button_flag.png /tmp/black_canvas.png /tmp/centered_image.png composite -gravity center /data/openpilot/selfdrive/assets/img_spinner_comma.png /tmp/black_canvas.png /tmp/centered_image.png
# Rotate the image clockwise 90 degrees # Rotate the image clockwise 90 degrees
convert /tmp/centered_image.png -rotate 90 /tmp/rotated_image.png convert /tmp/centered_image.png -rotate 90 /tmp/rotated_image.png