.NET client for the ShortPixel API, used for ShortPixel ShortPixel optimizes your images and improves website performance by reducing images size. Read more at http://shortpixel.com.
Go to the documentation for the PHP client.
Include the ShortPxel.cs file into your project and also add the Newtonsoft JSON package in your packages.config file:
<packages>
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
</packages>
Get your API Key from https://shortpixel.com/free-sign-up
Follow the code examples in the Program.cs file.
This software is licensed under the GNU General Public License v3.0 License. View the license.