C# console utility app that uses TinyPNG API to compress images in a root directory and subdirectories.
Simple C# Console utility app that tranverses the folder structure and locates image files in the root and subdirectories.
It then compresses all the images using the TinyPNG API.
<add key="TinyKey" value="API KEY"></add>
C:\Dev\Hac\Awesome Stuff