Skip to content

ImageOptimApi v1.0.0

Compare
Choose a tag to compare
@k7hpn k7hpn released this 09 Sep 22:36
· 5 commits to main since this release
2dd3bbc

Release Notes: 1.0.0

Initial release of the ImageOptimApi NuGet package.

This project provides access to the ImageOptim.com API from Microsoft .NET. If you want to consume the API in your project, you probably want the NuGet package.

This is a third party library and just consumes the ImageOptim API. It is not directly affiliated with ImageOptim.com.

Issues found in this library should be filed at: https://github.com/MCLD/dotnet-imageoptim-api

ImageOptim.com is a Web service for image compression and optimization. You will need to register for a free trial username in order to use this library.

See sample C# code using the NuGet package at: MCLD/SampleImageOptimApi