nystudio107 / craft-imageoptimize
Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like imgix, with zero template changes.
Fund package maintenance!
khalwat
Installs: 312 690
Dependents: 16
Suggesters: 0
Security: 0
Stars: 235
Watchers: 10
Forks: 36
Type:craft-plugin
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
- dev-develop-v5
- v5.x-dev
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 5.0.0-beta.2
- 5.0.0-beta.1
- v4.x-dev
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-beta.3
- 4.0.0-beta.2
- 4.0.0-beta.1
- v1.x-dev
- 1.6.56
- 1.6.55
- 1.6.54
- 1.6.53
- 1.6.52
- 1.6.51
- 1.6.50
- 1.6.49
- 1.6.48
- 1.6.47
- 1.6.46
- 1.6.45
- 1.6.44
- 1.6.43
- 1.6.42
- 1.6.41
- 1.6.40
- 1.6.39
- 1.6.38
- 1.6.37
- 1.6.36
- 1.6.35
- 1.6.34
- 1.6.33
- 1.6.32
- 1.6.30
- 1.6.29
- 1.6.28
- 1.6.27
- 1.6.26
- 1.6.25
- 1.6.24
- 1.6.23
- 1.6.22
- 1.6.21
- 1.6.20
- 1.6.19
- 1.6.18
- 1.6.17
- 1.6.16
- 1.6.15
- 1.6.14
- 1.6.13
- 1.6.12
- 1.6.11
- 1.6.10
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.44
- 1.4.43
- 1.4.42
- 1.4.41
- 1.4.40
- 1.4.39
- 1.4.38
- 1.4.37
- 1.4.36
- 1.4.35
- 1.4.34
- 1.4.33
- 1.4.32
- 1.4.31
- 1.4.30
- 1.4.29
- 1.4.28
- 1.4.27
- 1.4.26
- 1.4.25
- 1.4.24
- 1.4.23
- 1.4.22
- 1.4.21
- 1.4.20
- 1.4.19
- 1.4.18
- 1.4.17
- 1.4.16
- 1.4.15
- 1.4.14
- 1.4.13
- 1.4.12
- 1.4.11
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.0
- dev-develop-v4
- dev-develop
- dev-feature/watermarks
- dev-feature/sizes-ux
This package is auto-updated.
Last update: 2024-10-21 20:54:17 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-optimize
via 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