Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
imageapi_optimize
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
imageapi_optimize
Commits
b4610073
Commit
b4610073
authored
6 years ago
by
Steven Jones
Committed by
Steven Jones
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2996349
by Steven Jones: Add a README
parent
6af61262
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+64
-0
64 additions, 0 deletions
README.md
with
64 additions
and
0 deletions
README.md
0 → 100644
+
64
−
0
View file @
b4610073
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment