mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-10 01:43:41 +08:00
a334203f7b
* training images * wide training guide * fixup some images * cleanup * one more * release files
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "compressing training guide images"
|
|
optipng -o7 -strip all training/* training_wide/*
|