You are here

README.txt in Kraken 8

Same filename and directory in other branches
  1. 7.2 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
=====================
* INTRODUCTION
* REQUIREMENTS
* INSTALLATION
* CONFIGURATION

INTRODUCTION
============
This module allows image files to be optimised using the Kraken.io web service
at http://kraken.io. After the initial configuration of a Kraken.io account, an
administrator of your site can then configure image optimize pipelines with the
Kraken optimize processor.

REQUIREMENTS
============
 * Image Optimize module https://drupal.org/project/imageapi_optimize

INSTALLATION
============
 * Install via composer

CONFIGURATION
=============

1. Create a new pipeline at /admin/config/media/imageapi-optimize-pipelines/add.

2. Choose 'Kraken optimize' in the 'Select new processor' list and add it as a
   processor.

3. Enter the API details from your Kraken.io account.

4. Select lossy compression for smaller filesizes, if desired.

5. Either change a single image style to use your new pipeline or change the
   sitewide default to use it at /admin/config/media/image-styles

Read more about 'Working with images in Drupal 7 and 8, here:

https://drupal.org/documentation/modules/image

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. =====================
  3. * INTRODUCTION
  4. * REQUIREMENTS
  5. * INSTALLATION
  6. * CONFIGURATION
  7. INTRODUCTION
  8. ============
  9. This module allows image files to be optimised using the Kraken.io web service
  10. at http://kraken.io. After the initial configuration of a Kraken.io account, an
  11. administrator of your site can then configure image optimize pipelines with the
  12. Kraken optimize processor.
  13. REQUIREMENTS
  14. ============
  15. * Image Optimize module https://drupal.org/project/imageapi_optimize
  16. INSTALLATION
  17. ============
  18. * Install via composer
  19. CONFIGURATION
  20. =============
  21. 1. Create a new pipeline at /admin/config/media/imageapi-optimize-pipelines/add.
  22. 2. Choose 'Kraken optimize' in the 'Select new processor' list and add it as a
  23. processor.
  24. 3. Enter the API details from your Kraken.io account.
  25. 4. Select lossy compression for smaller filesizes, if desired.
  26. 5. Either change a single image style to use your new pipeline or change the
  27. sitewide default to use it at /admin/config/media/image-styles
  28. Read more about 'Working with images in Drupal 7 and 8, here:
  29. https://drupal.org/documentation/modules/image