=== Optivanta Image Optimization ===
Contributors: solankisoftware
Tags: image optimization, image compression, webp, lazy load, media
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Optimize and analyze your WordPress images with local compression, WebP conversion, image health reports, optimization statistics, and no external API required.

== Description ==

Optivanta Image Optimization is a lightweight WordPress plugin that helps reduce image file sizes and improve website performance without relying on external services or API keys.

All image optimization is performed directly on your server using the available PHP image libraries (GD or Imagick), giving you full control over your media while improving page load times.

**Features**

* Automatic JPEG and PNG optimization on upload
* Choose between **Lossy** and **Lossless** compression
* Resize oversized images using configurable maximum width and height
* Remove EXIF metadata from JPEG images
* Generate WebP versions when supported by your server
* Enable lazy loading for content images and iframes
* Bulk optimize existing Media Library images
* View optimization statistics and Media Library optimization status
* Open the new Image Health Dashboard with optimization score, storage savings, and scan insights
* Scan the Media Library for oversized images, missing WebP versions, and images that still need optimization

**Why choose Optivanta?**

* No API key required
* No external image optimization service
* No monthly usage limits
* Optimizes images locally using GD or Imagick
* Lightweight and easy to configure
* Compatible with modern WordPress installations

== Installation ==

1. Upload the `Optivanta-image-optimization` folder to the `/wp-content/plugins/` directory, or install the plugin through the WordPress Plugins screen.
2. Activate the plugin through the **Plugins** menu in WordPress.
3. Go to **Image Optimization** in the WordPress admin menu.
4. Configure your preferred optimization settings.
5. Use **Bulk Optimize** to optimize existing images in your Media Library.

== Frequently Asked Questions ==

= Does this plugin require an API key? =

No. Optivanta performs all optimization locally on your server using PHP GD or Imagick. No external API or third-party image processing service is required.

= Which image formats are supported? =

Currently, JPEG and PNG images in the WordPress Media Library are supported.

= Does the plugin generate WebP images? =

Yes. WebP images can be generated automatically when your server supports WebP through GD or Imagick.

= Can I optimize images that were uploaded before installing the plugin? =

Yes. Use the **Bulk Optimize** feature to optimize existing images in your Media Library.

== Changelog ==

= 1.1.0 =
* Improved image optimization workflow.
* Added performance and compatibility improvements.
* General bug fixes and code enhancements.

= 1.0.0 =
* Initial release.