tinify/tinify-java
Java client for the Tinify API.
8 Releases
Latest: 2mo ago
1.8.9Latest
📋 Changes
- Upgraded dependencies (okio 3.12.0, gson 2.13.1, commons-codec 1.21.0)
- Upgraded all Maven plugins to latest stable versions
- Fixed OSGi Import-Package to exclude unresolvable packages (org.openjsse, dalvik, etc.)
- Added OSGi bundle manifest integration test
- Upgraded maven-bundle-plugin to 5.1.9 (Java 11 compatible)
1.8.8
📋 Changes
- Dependency fix
1.8.7 - Fix dependencies1.8.7
📋 Changes
- Fix dependencies for OSGI releases
1.8.6 - Fix1.8.6
📋 Changes
- Fix for dependency resolution on OSGI deployments
1.8.5 - Update dependencies1.8.5
📋 Changes
- Update OKHTTP
1.8.4 - Update dependencies1.8.4
📋 Changes
- Updated Okio and maven plugins
1.8.3 - Bug fix use proper request method1.8.3
📋 Changes
- Requests to the output URL should be a GET request when the body is empty.
- Added test cases.
1.8.0 - New API features convert() and transform() 1.8.0
📋 Changes
- Added new property extension() for getting the file extension from the result
- Added new method convert(new Options().with("type", "image/webp")) for file type transcoding
- Added new method transform(new Options().with("background", "black")) for changing the background colour of images with an alpha layer (transparancy)
