Example for https://github.com/olliiiver/tinyPNG
This example can run in two different environments.
Run on your local machine (Mac). opencv and pkg-config need to be installed (via brew).
pio run
.pio/build/native/program
Run on ESP32. Shows an image on an ILI9341 display.
pio run --target upload