Super Images
Super Images
High-performance image processing for Craft CMS 5.
Transforms, format conversion (JPEG / PNG / WebP / AVIF), optimization, local & S3-compatible storage, and deterministic derivative delivery — one engine for Twig, CLI, queue, and runtime generation.
Requirements
- Craft CMS 5.x
- PHP 8.2+
- At least one image driver: GD, Imagick, or Libvips (
jcupitt/vips)
Optional:
aws/aws-sdk-phpfor S3 / Spaces / R2- External optimizers:
jpegoptim,oxipng,optipng,pngquant,cwebp,avifenc
Installation
composer require amici/craft-super-images
php craft plugin/install super-images
cp vendor/amici/craft-super-images/config/super-images.example.php config/super-images.php
Interactive demo (optional)
cp -R vendor/amici/craft-super-images/demo templates/super-images
Open /super-images for live Twig examples (CDN-first — no Asset ID required).
Quick Twig
{{ craft.superImages.img(asset) }) }}
{{ craft.superImages.img(asset, { profile: 'responsive', variant: 'md', format: 'webp' }) }}
{{ craft.superImages.picture(asset, { profile: 'responsive', formats: ['webp', 'jpg'], sizes: '100vw' }) }}
Documentation
New to Super Images? docs/getting-started.md
Full index: docs/README.md
| Topic | Doc |
|---|---|
| Getting started | docs/getting-started.md |
| Extend (storage, optimizers, ops) | docs/extension-api.md + examples/ |
| Interactive demo | docs/demo.md |
| Configuration | docs/configuration.md |
| Twig API & operations | docs/twig.md |
| Storage & path naming | docs/storage.md |
| Control Panel | docs/control-panel.md |
| CLI | docs/cli.md |
| Encoders / optimizers | docs/encoders-optimizers.md |
Example config: config/super-images.example.php
Changelog
See CHANGELOG.md for release notes.
Standard
Plus $39/year after one year.
Installation Instructions
To install this plugin, copy the command above to your terminal.
Reviews
This plugin doesn't have any reviews.
Active Installs
0
License
Craft
Last release
August 18, 2026
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs









