You are here

README.txt in EPSA Crop - Image Cropping 7.2

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
-- SUMMARY --

EPSA Crop is a module that allows a user to choose coordinates for different
styles on an image. If a user defines coordinates EPSACrop will create a image
with the points.

If the user doesn't change the coordinates, the normal crop process is applied.

You can try out a demonstration of the Drupal 6 version of this module, here:
http://www.aswissidea.com


-- REQUIRENENTS --

EPSACrop requires that the following module is enabled:
 - Image
 - Libraries

EPSACrop requires that the following external libraries are installed:
 - JCrop (http://deepliquid.com/content/Jcrop.html)
 - json2 (https://github.com/douglascrockford/JSON-js)


-- INSTALLATION --

1. Download the EPSAcrop module and place it into your modules directory
   (ex. sites/all/modules or sites/all/modules/contrib)

2. Download and unpack the JCrop library. Rename the resulting directory to
   'Jcrop' and place into the libraries directory (ex.: sites/all/libraries/Jcrop).

3. Download the and unpack the json2 library. Rename the resulting directory to
   'json2' and place it into the libraries directory (ex.: sites/all/libraries/json2).

4. Go to admin/build/modules and enable EPSA Crop.

-- CONFIGURATION --

1. Enable the module and set the permissions at People -> Permissions.

2. Go to Configuration -> Media -> Image styles and change/add an image style.
   Add the effect 'EPSA Image crop' to any style.

3. Adjust the field settings for any Image field. For a content type, the field
   settings are located at Structure -> Content Type -> {type} -> Manage fields.
   Click 'edit' and select Available EPSACrop styles under "EPSACrop settings".
   (All image styles containing the 'EPSA Image crop' effect should appear.)

4. Adjust the field display settings for this image field. For a content type,
   the field display settings are located at
   Structure -> Content Type -> {type} -> Manage display. Select the image style
   chosen in step 3 again to see your cropped image display.
  

-- TROUBLESHOOTING --

For questions, comments, or bug reports, please use the issue queue:
https://drupal.org/project/issues/epsacrop?categories=All


Current maintainers:
* Yvan Marques (yvmarques) - http://drupal.org/user/298685
* gbaudoin - http://drupal.org/user/377795

File

README.txt
View source
  1. -- SUMMARY --
  2. EPSA Crop is a module that allows a user to choose coordinates for different
  3. styles on an image. If a user defines coordinates EPSACrop will create a image
  4. with the points.
  5. If the user doesn't change the coordinates, the normal crop process is applied.
  6. You can try out a demonstration of the Drupal 6 version of this module, here:
  7. http://www.aswissidea.com
  8. -- REQUIRENENTS --
  9. EPSACrop requires that the following module is enabled:
  10. - Image
  11. - Libraries
  12. EPSACrop requires that the following external libraries are installed:
  13. - JCrop (http://deepliquid.com/content/Jcrop.html)
  14. - json2 (https://github.com/douglascrockford/JSON-js)
  15. -- INSTALLATION --
  16. 1. Download the EPSAcrop module and place it into your modules directory
  17. (ex. sites/all/modules or sites/all/modules/contrib)
  18. 2. Download and unpack the JCrop library. Rename the resulting directory to
  19. 'Jcrop' and place into the libraries directory (ex.: sites/all/libraries/Jcrop).
  20. 3. Download the and unpack the json2 library. Rename the resulting directory to
  21. 'json2' and place it into the libraries directory (ex.: sites/all/libraries/json2).
  22. 4. Go to admin/build/modules and enable EPSA Crop.
  23. -- CONFIGURATION --
  24. 1. Enable the module and set the permissions at People -> Permissions.
  25. 2. Go to Configuration -> Media -> Image styles and change/add an image style.
  26. Add the effect 'EPSA Image crop' to any style.
  27. 3. Adjust the field settings for any Image field. For a content type, the field
  28. settings are located at Structure -> Content Type -> {type} -> Manage fields.
  29. Click 'edit' and select Available EPSACrop styles under "EPSACrop settings".
  30. (All image styles containing the 'EPSA Image crop' effect should appear.)
  31. 4. Adjust the field display settings for this image field. For a content type,
  32. the field display settings are located at
  33. Structure -> Content Type -> {type} -> Manage display. Select the image style
  34. chosen in step 3 again to see your cropped image display.
  35. -- TROUBLESHOOTING --
  36. For questions, comments, or bug reports, please use the issue queue:
  37. https://drupal.org/project/issues/epsacrop?categories=All
  38. Current maintainers:
  39. * Yvan Marques (yvmarques) - http://drupal.org/user/298685
  40. * gbaudoin - http://drupal.org/user/377795