Image Zip Converter
A lightweight WordPress plugin to convert uploaded images (JPG, PNG, WEBP, etc.) to JPG/PNG and download them as a ZIP file. Automatically deletes files after processing. Perfect for bulk image handling in WooCommerce & media-heavy sites.
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ilhanmertt/wp-image-converter/archive/refs/heads/main.zipπΌοΈ Image Zip Converter (WordPress Plugin)
Convert uploaded images to optimized JPG or PNG format and download them as a single ZIP file β directly inside WordPress.
Temporary files are deleted instantly after download. Nothing is stored on the server.
π Features
- β Supports multiple image formats: JPG, JPEG, PNG, WEBP, BMP, TIFF
- β Converts images with transparency to PNG
- β Converts all other images to JPG with a white background
- β 100% image quality (no compression)
- β Simple upload form with classic file input
- β Converts and returns a ZIP file instantly
- β No images are stored on the server
- β Lightweight and fast β no external libraries or bloated UI
- β Easy integration via shortcode
π§ Installation
- Upload the plugin folder to your
/wp-content/plugins/directory - Activate the plugin from your WordPress admin panel
- Use the shortcode
[image_zip_converter]on any page or post
π οΈ Usage
- Go to any page or post
- Add the shortcode:
[image_zip_converter]
- Upload your images
- Click βDΓΆnΓΌΕtΓΌr ve ZIP Olarak Δ°ndirβ
- Your converted images will be downloaded as a ZIP instantly
- Nothing is stored on your server β everything is cleared immediately β
π Plugin Structure
image-zip-converter/
βββ includes/
β βββ converter.php β Image processing and ZIP logic
βββ image-zip-converter.php β Main plugin file and shortcode handler
π§Ό Clean & Safe
This plugin ensures zero storage on your server.
All uploaded and converted files are immediately deleted after the ZIP is served to the user.
πΌ Use Cases
- WooCommerce product image prep
- Unifying image formats for SEO or theme compatibility
- Client-side image cleaning before upload
- Quick conversions of mixed image types to web-friendly formats
π License
MIT β Free for personal and commercial use
Built with π by ilhanSoft