Introduction
What is Picture Optimizer and how it works.
Picture Optimizer is an AI-powered image optimization platform designed for WordPress. It combines intelligent metadata generation with advanced image compression to help you deliver faster, more accessible, and SEO-friendly images.
How It Works
Picture Optimizer is a three-component system:
- WordPress Plugin — Integrates directly into the WordPress Media Library. Select images, choose a processing pipeline, and the plugin handles the rest.
- SaaS Platform — The cloud backend that hosts the AI analysis engine, image processing pipeline, user accounts, and credit billing.
- Flask API Gateway — Sits between the WordPress plugin and the SaaS platform. Handles authentication, credit validation, and request routing.
The WordPress plugin communicates with the Flask API gateway, which in turn communicates with the SaaS platform. Users never need to interact with the API directly — the plugin handles everything.
Key Capabilities
| Capability | Description |
|---|---|
| AI Metadata | Generates alt text, titles, captions, descriptions, filenames, and SEO tags using vision AI |
| Image Compression | Converts to WebP, AVIF, JPEG, or PNG with configurable quality presets |
| Responsive Variants | Automatically creates multiple sizes for responsive srcset delivery |
| EXIF Writing | Embeds metadata directly into image EXIF/XMP/IPTC headers |
| Smart Processing | Skips already-processed images and only charges credits for new work |
| Safe Replacement | Backs up originals, updates all URL references, and supports one-click revert |
Pipeline Modes
Picture Optimizer offers three processing modes to fit different workflows:
Analyze & Export
Full pipeline — AI analysis generates metadata, then images are compressed and exported back to WordPress. 2 credits per image.
Analyze Only
AI generates metadata (alt text, title, caption, filename, tags) and applies it to WordPress without changing the image file. 1 credit per image.
Compress & Export Only
Skips AI analysis. Compresses and converts images using your chosen format and quality settings. 1 credit per image.
