WP Manifestindependent plugin directory
manifest / media / wp-image-converter

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.

by SeoMEW πŸš€ Β· github.com/ilhanmertt/wp-image-converter

β˜… 0stars
0forks

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

  1. Upload the plugin folder to your /wp-content/plugins/ directory
  2. Activate the plugin from your WordPress admin panel
  3. 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