fhanau / Efficient-Compression-Tool

Fast and effective C++ file optimizer
Apache License 2.0
596 stars 41 forks source link

rgb transformations #5

Closed ghost closed 8 years ago

ghost commented 8 years ago

hi Felix,

why did you use this transformation only for zopflipng? you should get better results if you add this with the optipng process too, instead of turning rgb values to 0,0,0.

greetings.

fhanau commented 8 years ago

That would require big design changes as the filter selection in the optipng part is done after all image transforms. The current dirty alpha cleaning support is based on this patch.