Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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 tools

Brought to you by [nystudio107](https://nystudio107.com)