You should take a look at Slimsy it allows you to create responsive images. In terms of optimisation it applies a 90% quality setting to reduce the size of the image OTB, have a look at the code. You will see that its just a bunch of parameters on the end of the url which tells the image processor library how to process the image ahead of rendering it to the page.
If you want total control then you could look at using an external service. I've used Cloudinary before which is excellent and their free account might be enough for you.
Optimise images on top of cropping
Hello,
Is there a package on umbraco 7 which allows optimising images on top of cropping ?
Thanks for helping,
kusum
Hi Kusum
You should take a look at Slimsy it allows you to create responsive images. In terms of optimisation it applies a 90% quality setting to reduce the size of the image OTB, have a look at the code. You will see that its just a bunch of parameters on the end of the url which tells the image processor library how to process the image ahead of rendering it to the page.
If you want total control then you could look at using an external service. I've used Cloudinary before which is excellent and their free account might be enough for you.
Best of luck
Thank you so much David :)
is working on a reply...