Is it possible to set quality for png images on ezpublish 2014.11 in `image_variations' config.
I'm looking for something like this :
media:
reference: null
quality: 50
filters:
- { name: geometry/scalewidthdownonly, params: [100] }
I found ezpublish doc on alias, but it seems limited to jpeg.
I found jpegoptim
liip post processor, but liip imagine doesn't seems to have an optipng
post processor.
So my guess is that I'll have to build my own post processor based on the jpegoptim
one.
Any simpler solution ?