OllieMackJames Posted February 23, 2016 Share Posted February 23, 2016 I ran into Optimus API for lossless image compression. They seem to have a very good compression algo, google pagespeed does not show anymore compression of images. ALso the pricing seems to be good, for all own projects it is only 19$ per year, and for developers it is 99$ for all customer projects. They have a php library that connects with the API https://github.com/keycdn/php-optimus-api AFAIK it allows local execution and local storage if compressed images. Anybody know how to integrate this with Processwire? Link to comment Share on other sites More sharing options...
bernhard Posted February 6, 2018 Share Posted February 6, 2018 On 23.2.2016 at 5:27 PM, OllieMackJames said: Anybody know how to integrate this with Processwire? Should be quite simple. You can see adrians module: Instead of using InputfieldFile you would use InputfieldImage: https://github.com/adrianbj/CustomUploadNames/blob/master/ProcessCustomUploadNames.module#L98 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now