schmitzal / tinyimg

TYPO3-Extension which compresses images (png & jpg) uploaded in the backend with the tinypng API
GNU General Public License v3.0
15 stars 11 forks source link

Notification when compression limit is reached #16

Closed schmitzal closed 2 years ago

schmitzal commented 7 years ago

Notify the editor on upload when the compression limit is reached and don't ouput file upload as failed.

schmitzal commented 6 years ago

The tinify API is currently working on creating a function which returns the monthly compression limit. This feature should be available on August this year.

ayacoo commented 5 years ago

https://tinypng.com/developers/reference#compression-count Can you work with this reference?

schmitzal commented 5 years ago

This just returns how many compressions have been done but not how much are still available. The team behind of Tinypng/Tinify API is releasing a new version soon, which makes it possible to get the compression count.

schmitzal commented 2 years ago

Closed, as it doesn't look like this feature will ever be released by the team.