You are here

README.txt in SimpleCrop 7

=====================================
========== Intro ====================
=====================================

Simple Crop module provides image widget with cropping behavior.

=====================================
========== Installation =============
=====================================

Go to /admin/modules page and enable the Simple Crop module.

=====================================
========== Configuration ============
=====================================

1. To add crop behavior for you image you need to change current image widget
   to SimpleCrop widget. To do this, go to "Manage fields" page of your entity
   (the Field UI module should be activated) and click on current image widget.
    Then choose "SimpleCrop" in widget type list and save changes.

2. To crop the image of the selected area - you need to add an "Apply SimpleCrop"
   effect to each image style which displays the cropped image. Go to
   Administration » Configuration » Media » Image styles and click on the "edit"
   link for the styles that needs to be cropped.

   After adding "Apply SimpleCrop" effect, you'll notice that the this effect
   will always become the first effect in the list. This is because cropping
   should always be done first, otherwise the result will be unpredictable.

3. When image styles are configured, you need to go to "Manage display" page
   and select configured image style in field format settings.

File

README.txt
View source
  1. =====================================
  2. ========== Intro ====================
  3. =====================================
  4. Simple Crop module provides image widget with cropping behavior.
  5. =====================================
  6. ========== Installation =============
  7. =====================================
  8. Go to /admin/modules page and enable the Simple Crop module.
  9. =====================================
  10. ========== Configuration ============
  11. =====================================
  12. 1. To add crop behavior for you image you need to change current image widget
  13. to SimpleCrop widget. To do this, go to "Manage fields" page of your entity
  14. (the Field UI module should be activated) and click on current image widget.
  15. Then choose "SimpleCrop" in widget type list and save changes.
  16. 2. To crop the image of the selected area - you need to add an "Apply SimpleCrop"
  17. effect to each image style which displays the cropped image. Go to
  18. Administration » Configuration » Media » Image styles and click on the "edit"
  19. link for the styles that needs to be cropped.
  20. After adding "Apply SimpleCrop" effect, you'll notice that the this effect
  21. will always become the first effect in the list. This is because cropping
  22. should always be done first, otherwise the result will be unpredictable.
  23. 3. When image styles are configured, you need to go to "Manage display" page
  24. and select configured image style in field format settings.