=== Sityn Image Optimizer ===
Contributors: aerqzs
Tags: images, media, optimization, webp, avif
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Optimizes image uploads in the browser before WordPress receives them.

== Description ==

Sityn Image Optimizer integrates with the WordPress media uploader and optimizes image files in the browser before upload. It supports resizing, quality control, and conversion to WebP, JPG, PNG, and AVIF where supported.

The plugin processes selected images client-side, then passes the optimized files to the normal WordPress media upload flow.

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`.
2. Activate Sityn Image Optimizer from the Plugins screen.
3. Open a media upload flow and configure the optimizer panel before selecting images.

== Frequently Asked Questions ==

= Does optimization happen on the server? =

No. Image processing runs in the browser before the file is uploaded.

= Does AVIF require browser support? =

AVIF conversion uses a bundled WebAssembly encoder when native browser encoding is unavailable.

== Changelog ==

= 1.0.0 =
* Added AVIF conversion through a bundled WebAssembly encoder.
* Improved upload interception coverage.
* Updated the optimizer UI.
