You are here

README.txt in EPSA Crop - Image Cropping 8.2

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7.2 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 don't change the coordinates, the normal crop process is applied.

You can try the module on this demo web site : http://www.aswissidea.com (Drupal 6.x only for now)


-- REQUIRENENTS --

EPSACrop require this module enabled
 - Image

And need to install these external libraries
JCrop (http://deepliquid.com/content/Jcrop.html)
   If the Libraries module is installed, you may install the files into your libraries folder (ex.: sites/all/libraries). Otherwise, place them into the epsacrop module folder (ex.: sites/all/modules/epsacrop).

json2 (https://github.com/douglascrockford/JSON-js)
  Rename the downloaded folder into json2 and place it into either libraries (only if the module Libraries is enabled) folder (ex.: sites/all/libraries), or the epsacrop folder (ex.: sites/all/modules/epsacrop/json2). 
  You may use the minified version, but be sure to conserve the file name (json2.js).

-- INSTALLATION --

1. Extract epsacrop on your module directory (ex. sites/all/modules)
2. Download the JCrop library and install it into either the libraries folder (ex.: sites/all/libraries), or the epsacrop module folder (ex.: sites/all/modules/epsacrop)
  2.1 You would get, for example, sites/all/libraries/Jcrop or sites/all/modules/epsacrop/Jcrop
3. Download the json2 library and install it into either the libraries folder (ex.: sites/all/libraries), or the epsacrop module folder (ex.: sites/all/modules/epsacrop)
  3.1 You would get, for example, sites/all/libraries/json2 or sites/all/modules/epsacrop/json2
4. Go to admin/build/modules and enable EPSA Crop

-- CONFIGURATION --

After actived the module, check the permissions and these parts.

You can go Configuration -> Media -> Image styles and change/add a style with the Crop Dialog Effect.

For each Content Type, you should tell which Styles are show, for this you've to go in Strcture -> Content Type -> {Type} -> Manage Fields and for each field with the Widget Image, if you edit you can see a new settings.

-- TROUBLESHOOTING --

-- FAQ --

-- CONTACT --

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 styles on an image. If a user defines coordinates EPSACrop will create a image with the points.
  3. If the user don't change the coordinates, the normal crop process is applied.
  4. You can try the module on this demo web site : http://www.aswissidea.com (Drupal 6.x only for now)
  5. -- REQUIRENENTS --
  6. EPSACrop require this module enabled
  7. - Image
  8. And need to install these external libraries
  9. JCrop (http://deepliquid.com/content/Jcrop.html)
  10. If the Libraries module is installed, you may install the files into your libraries folder (ex.: sites/all/libraries). Otherwise, place them into the epsacrop module folder (ex.: sites/all/modules/epsacrop).
  11. json2 (https://github.com/douglascrockford/JSON-js)
  12. Rename the downloaded folder into json2 and place it into either libraries (only if the module Libraries is enabled) folder (ex.: sites/all/libraries), or the epsacrop folder (ex.: sites/all/modules/epsacrop/json2).
  13. You may use the minified version, but be sure to conserve the file name (json2.js).
  14. -- INSTALLATION --
  15. 1. Extract epsacrop on your module directory (ex. sites/all/modules)
  16. 2. Download the JCrop library and install it into either the libraries folder (ex.: sites/all/libraries), or the epsacrop module folder (ex.: sites/all/modules/epsacrop)
  17. 2.1 You would get, for example, sites/all/libraries/Jcrop or sites/all/modules/epsacrop/Jcrop
  18. 3. Download the json2 library and install it into either the libraries folder (ex.: sites/all/libraries), or the epsacrop module folder (ex.: sites/all/modules/epsacrop)
  19. 3.1 You would get, for example, sites/all/libraries/json2 or sites/all/modules/epsacrop/json2
  20. 4. Go to admin/build/modules and enable EPSA Crop
  21. -- CONFIGURATION --
  22. After actived the module, check the permissions and these parts.
  23. You can go Configuration -> Media -> Image styles and change/add a style with the Crop Dialog Effect.
  24. For each Content Type, you should tell which Styles are show, for this you've to go in Strcture -> Content Type -> {Type} -> Manage Fields and for each field with the Widget Image, if you edit you can see a new settings.
  25. -- TROUBLESHOOTING --
  26. -- FAQ --
  27. -- CONTACT --
  28. Current maintainers:
  29. * Yvan Marques (yvmarques) - http://drupal.org/user/298685
  30. * gbaudoin - http://drupal.org/user/377795