nystudio107 / craft-imageoptimize
Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like imgix, with zero template changes.
Package info
github.com/nystudio107/craft-imageoptimize
Type:craft-plugin
pkg:composer/nystudio107/craft-imageoptimize
Fund package maintenance!
Requires
- php: ^8.2
- craftcms/cms: ^5.0.0
- ksubileau/color-thief-php: ^1.3
- mikehaertl/php-shellcommand: ~1.2
- nystudio107/craft-imageoptimize-imgix: ^5.0.0
- nystudio107/craft-imageoptimize-sharp: ^5.0.0
- nystudio107/craft-imageoptimize-thumbor: ^5.0.0
- nystudio107/craft-plugin-vite: ^5.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
- nystudio107/craft-minify: ^5.0.0
This package is auto-updated.
Last update: 2026-06-14 18:57:18 UTC
README
ImageOptimize plugin for Craft CMS 5.x
Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like imgix or Thumbor, with zero template changes.
Note: The license fee for this plugin is $59.00 via the Craft Plugin Store.
Requirements
This plugin requires Craft CMS 5.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project -
Then tell Composer to load the plugin:
composer require nystudio107/craft-imageoptimize -
Install the plugin via
./craft install/plugin image-optimizevia the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Image Optimize.
You can also install ImageOptimize via the Plugin Store in the Craft Control Panel.
Documentation
Click here -> Image Optimize Documentation
ImageOptimize Roadmap
Some things to do, and ideas for potential features:
- Consider supporting image optimization services like Cloudinary, TinyPNG, kraken.io, Uploadcare, and ImageOptim
- Add support for additional image optimization tools
Brought to you by nystudio107
