Skip to content
Snippets Groups Projects
Commit b4610073 authored by Steven Jones's avatar Steven Jones Committed by Steven Jones
Browse files

Issue #2996349 by Steven Jones: Add a README

parent 6af61262
No related branches found
No related tags found
No related merge requests found
INTRODUCTION
------------
The Image Optimize module provides a framework for image optimization.
It provides a system of 'pipelines' and each pipeline contains 'processors'.
To optimize an image they are passed to a pipeline which orchestrates each
processor applying itself to the image.
For example, you may have one pipeline for loss-less optimization that removes
unnecessary metadata from images, and a lossy pipeline that applies
re-compression via a third party webservice.
Built in support is provided for Drupal image styles, after the usual image
style has been applied the derivative image is passed into a configurable
pipeline for optimization.
* For a full description of the module, visit the project page:
https://drupal.org/project/imageapi_optimize
* To submit bug reports and feature suggestions, or to track changes:
https://drupal.org/project/issues/imageapi_optimize
REQUIREMENTS
------------
The module does not have any direct requirements of its own, however, you will
need another module that provides a processor for optimizing images.
For example, you may one want of:
* [Image Optimize Binaries](https://www.drupal.org/project/imageapi_optimize_binaries)
* [Image Optimize reSmush.it](https://www.drupal.org/project/imageapi_optimize_resmushit)
* [Image Optimize TinyPNG](https://www.drupal.org/project/imageapi_optimize_tinypng)
* [Kraken](https://www.drupal.org/project/kraken)
INSTALLATION
------------
* Install as you would normally install a contributed Drupal module. Visit:
https://drupal.org/documentation/install/modules-themes/modules-8
for further information.
CONFIGURATION
-------------
* Configure Image Optimize pipelines in Administration » Configuration » Media
» Image Optimize pipelines:
* Either add a new pipeline or edit an existing one.
* Configure which pipelines are used by image styles in Administration » Configuration » Media
» Image styles:
* You can set a sitewide default
* Or edit each style individually to assign a pipeline.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment