Opis
Broodweb Image Converter converts existing WordPress media library images to the WebP format without sending files to any external service. It is built for site owners who want a focused, local-server conversion tool with bulk conversion, single-image conversion, upload-time conversion, and explicit control over whether originals are replaced or preserved.
Features
- Bulk conversion for unconverted media library images with progress feedback.
- Single-image conversion from the media library table or list view.
- Optional auto-conversion after WordPress finishes generating thumbnail sizes.
- Replace mode to update WordPress attachment records to the WebP file.
- Keep mode to create WebP copies alongside originals without changing attachment records.
- Quality setting from 1-100.
- GD and WP_Image_Editor conversion attempts, keeping the smaller output.
- Conversion status and savings display per image.
- Local processing only; no external API calls.
- Clean uninstall routine for plugin options and post meta.
- Translation-ready using the
broodweb-image-convertertext domain.
Privacy
This plugin processes images entirely on your own server. It does not send image files or site data to external services, and it does not make outbound HTTP requests.
Instalacija
- Upload the
broodweb-image-converterfolder to/wp-content/plugins/, or install it through Plugins > Add New > Upload Plugin. - Activate the plugin through the Plugins screen.
- Navigate to Media > Broodweb Image Converter in the WordPress admin sidebar.
- Adjust the quality and conversion mode if needed.
- Use bulk conversion or convert individual image rows.
ČPP
-
Does my server need special software?
-
Your server must support WebP output through PHP's GD extension with
imagewebp()available, or through Imagick with WebP encoding support. The plugin checks support before conversions run. -
What quality setting should I use?
-
80 is a practical default for many sites. Product, portfolio, or other visually sensitive photography may benefit from slightly higher values, while thumbnails and simple graphics may work well at lower values.
-
What does Replace mode do?
-
Replace mode converts the file, updates WordPress attachment metadata to point to the WebP file, and removes the original file after metadata is updated. This is not reversible inside the plugin, so use it only when you have a backup or know you no longer need the originals.
-
What does Keep mode do?
-
Keep mode creates a
.webpcopy alongside the original file and leaves WordPress attachment records unchanged. -
Does the plugin convert thumbnails and other image sizes too?
-
Yes. The converter processes the full-size image and each registered image size found in the attachment metadata.
-
Does this plugin send any data externally?
-
No. Conversion is performed locally with PHP image tools available on your server.
Recenzije
Nema recenzija za ovaj dodatak.
Saradnici i programeri
“Broodweb Image Converter” is open source software. The following people have contributed to this plugin.
DoprinositeljiPrevedi “Broodweb Image Converter” na vaš jezik.
Zainteresirani za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Zapis promijena
1.0.2
- Renamed the plugin for a more distinctive WordPress.org directory identity.
- Updated stored data, script handles, AJAX actions, classes, and constants to use the
bwicprefix. - Removed the manual translation loader because WordPress.org-hosted plugins are loaded automatically by modern WordPress versions.
- Fixed a metadata guard that could block WordPress or WooCommerce from correctly updating WebP attachment metadata after a post save.
- Improved auto-convert re-entry protection to prevent double-conversion on metadata updates.
1.0.1
- Minor compatibility improvements for PHP 8.x.
- Improved filesize metadata update after conversion.
1.0.0
- Initial release.
- Bulk conversion with progress feedback.
- Single-image conversion from the media library table.
- Auto-convert on upload.
- Replace and Keep conversion modes.
- Configurable WebP quality.
- Dual-engine conversion approach.
- Clean uninstall routine.
