This project provides a .NET web API for compressing PNG images using the Oxipng command-line tool.
- The API receives a PNG image upload request.
- The backend saves the image and invokes the Oxipng binary to compress it.
- The compressed image is returned to the user.