开发者 | ddegner |
---|---|
更新时间 | 2025年8月28日 13:09 |
PHP版本: | 8.0 及以上 |
WordPress版本: | 6.8 |
版权: | GPL v2 or later |
版权网址: | 版权信息 |
<img>
tags in <picture>
with an AVIF <source>
when an .avif
version is present.<source>
ahead of the original JPEG. Browsers that support AVIF will use it; others fall back to JPEG..avif
files for existing JPEGs./wp-content/plugins/avif-local-support
directory, or install via the WordPress Plugins screen.No. It creates .avif
files alongside your existing JPEG originals and sizes.
If “Convert on upload” is enabled, some servers may take longer to process uploads due to AVIF generation. You can disable this and use the scheduled/background conversion instead.
Imagick is recommended for the best results and for preserving metadata and color profiles. If Imagick is not available, the plugin falls back to GD where supported.
No. The plugin does not track users or send data to external services.
assets/admin.js
.aviflosu_*
options/defines and Ddegner\\AvifLocalSupport
namespaceddegner