Gouvernon Stan
Results
1
comments of
Gouvernon Stan
[cwebp.sh.zip](https://github.com/user-attachments/files/16910691/cwebp.sh.zip) Made it work by adding scwep.sh to build output and using this code: using System.Diagnostics; string[] path = Directory.GetFiles("/path/to/your/folder"); foreach (string image in path) { string Command = "./cwebp.sh...