| 开发者 |
sadathimel
themedot |
|---|---|
| 更新时间 | 2025年10月15日 01:55 |
| 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 shows "Image convert complete" with 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 8.1+ for AVIF, 7.1+ for WebP) or Imagick supports them. 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.