nielse63 / php-image-cache

Image Cache is a very simple PHP class that accepts an image source and will compress and cache the file, move it to a new directory, and returns the new source for the image.
http://nielse63.github.io/php-image-cache
Other
457 stars 105 forks source link

Webp optimization #34

Open yclywz opened 4 months ago

yclywz commented 4 months ago

Necessary code for performance optimization of WebP format images has been incorporated into the implementation.