开发者 | sadathimel |
---|---|
更新时间 | 2025年10月7日 01:17 |
PHP版本: | 7.2 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
image-format-converter
folder to /wp-content/plugins/
.Converted images are saved in your uploads folder (e.g., wp-content/uploads/2025/09/
) with "_converted" appended (e.g., image_converted.png
). If enabled (default), they appear in Media > Library. The success notice includes links to the file and Media Library entry.
Check the success/error notice on Media > Image Converter. Ensure GD or Imagick is enabled (see library status). Verify the uploads folder is writable (755/644 permissions). Check Media > Library.
Click the "How to Enable GD and Imagick" button for instructions. Summary:
php.ini
to uncomment extension=gd
or add extension=imagick
after installing ImageMagick.php-gd
or php-imagick
, restart Apache.info.php
with <?php phpinfo(); ?>
.Yes, if GD (PHP 7.1+) or Imagick supports WebP. Check the library status on the conversion page.
wp-content/plugins/image-format-converter/admin/js/imgfmt-admin.js
exists (permissions 644).WP_DEBUG
in wp-config.php
and check wp-content/debug.log
.Currently supports single-image conversion. Bulk conversion is planned for future updates.
imgfmt
for uniqueness, per WordPress.org review.