resopt-cli 0.3.0

Plan, verify, and apply resource optimizations for Apple projects.
Documentation
1
2
3
4
5
6
7
8
9
# PNG optimization effort (0..6), not lossy quality. Higher is slower.
png_level = 2

# Only consider sources >= 50 KiB.
min_input_bytes = 51200

# Both savings thresholds must be met.
min_savings_bytes = 1024
min_savings_percent = 1.0