Change quality
Closed this issue · 4 comments
RolandTi commented
RolandTi commented
I think I solved my issue by editing imagecopyresized
to imagecopyresampled
in ImageUtils.php
nodiscc commented
It would be interesting to see the file size difference between the same thumbnail generated using imagecopyresized
and imagecopyresampled
. It is true that current thumbnails sometimes look quite aliased/ugly.
source: https://www.youtube.com/watch?v=HsZUAq5yvw4
source: https://www.wolframalpha.com/
If the size difference is not very important, maybe it could be switched to imagecopyresampled
? Or made configurable?
RolandTi commented
ArthurHoaro commented
Thanks for the suggestion, it does look way nicer! I have added this change under a setting that is now enabled by default.