Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nystudio107/craft-imageoptimize
Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like Imgix, with zero template changes.
https://github.com/nystudio107/craft-imageoptimize
craft-plugin craft3 craftcms image image-variants imgix optimize-images optimzation
Last synced: 4 days ago
JSON representation
Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like Imgix, with zero template changes.
- Host: GitHub
- URL: https://github.com/nystudio107/craft-imageoptimize
- Owner: nystudio107
- License: other
- Created: 2017-03-11T07:19:52.000Z (over 7 years ago)
- Default Branch: develop-v5
- Last Pushed: 2024-10-21T20:54:14.000Z (18 days ago)
- Last Synced: 2024-10-22T15:44:01.448Z (17 days ago)
- Topics: craft-plugin, craft3, craftcms, image, image-variants, imgix, optimize-images, optimzation
- Language: PHP
- Homepage: https://nystudio107.com/plugins/imageoptimize
- Size: 29.3 MB
- Stars: 235
- Watchers: 10
- Forks: 36
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-starred-test - nystudio107/craft-imageoptimize - Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like Imgix, with zero template changes. (PHP)
README
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nystudio107/craft-imageoptimize/badges/quality-score.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-imageoptimize/?branch=v5) [![Code Coverage](https://scrutinizer-ci.com/g/nystudio107/craft-imageoptimize/badges/coverage.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-imageoptimize/?branch=v5) [![Build Status](https://scrutinizer-ci.com/g/nystudio107/craft-imageoptimize/badges/build.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-imageoptimize/build-status/v5) [![Code Intelligence Status](https://scrutinizer-ci.com/g/nystudio107/craft-imageoptimize/badges/code-intelligence.svg?b=v5)](https://scrutinizer-ci.com/code-intelligence)
# 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.
![Screenshot](./docs/docs/resources/img/plugin-banner.jpg)
**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.
1. Open your terminal and go to your Craft project:
cd /path/to/project
2. Then tell Composer to load the plugin:
composer require nystudio107/craft-imageoptimize
3. 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](https://nystudio107.com/plugins/imageoptimize/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 toolsBrought to you by [nystudio107](https://nystudio107.com)