Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56263, comment 5


Ignore:
Timestamp:
07/22/2022 01:35:39 PM (2 years ago)
Author:
codekraft
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56263, comment 5

    initial v1  
    99the problem lies in compressing already compressed images (introducing generation loss) but I think it is undeniable that webp and avif and jxl are much better than png and jpeg.
    1010
    11 Starting from a 50% compressed jpg image (as i have seen myself doing) you can't expect to have good results because what you are compressing is the version already heavily pixilated from the jpg compression to which you are going to add other artifacts, one thing that is important is that the original should not be "pre-optimized" (or even better lossless). This problem is partly corrected by the fact that webp larger than jpg are removed (https://github.com/WordPress/performance/pull/418)
     11Starting from a 50% compressed jpg image (as i have seen myself doing) you can't expect to have good results because what you are compressing is the version already heavily pixilated from the jpg compression to which you are going to add other artifacts, one thing that is important is that the original should not be "pre-optimized" (on the contrary a lossless would be better). This problem is partly corrected by the fact that webp larger than jpg are removed (https://github.com/WordPress/performance/pull/418)