mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-22 00:33:44 +08:00
33d5cfc393
date: 2025-12-18T23:23:16 master commit: 3cdee7b54718ee14bd85befd6c5bad3d699c5479
8 lines
187 B
Bash
Executable File
8 lines
187 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "compressing training guide images"
|
|
optipng -o7 -strip all training/*
|
|
|
|
# This can sometimes provide smaller images
|
|
# mogrify -quality 100 -format jpg training/*
|