Plugin screenshot thumbnail 1/10
Plugin screenshot thumbnail 2/10
Plugin screenshot thumbnail 3/10
Plugin screenshot thumbnail 4/10
Plugin screenshot thumbnail 5/10
Plugin screenshot thumbnail 6/10
Plugin screenshot thumbnail 7/10
Plugin screenshot thumbnail 8/10
Plugin screenshot thumbnail 9/10
Plugin screenshot thumbnail 10/10

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-php for 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

TopicDoc
Getting starteddocs/getting-started.md
Extend (storage, optimizers, ops)docs/extension-api.md + examples/
Interactive demodocs/demo.md
Configurationdocs/configuration.md
Twig API & operationsdocs/twig.md
Storage & path namingdocs/storage.md
Control Paneldocs/control-panel.md
CLIdocs/cli.md
Encoders / optimizersdocs/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
Version
5.0.0
License
Craft
Compatibility
Craft 5
Last release
August 18, 2026
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs