You are here

README.txt in Imagefield Crop 6

Same filename and directory in other branches
  1. 5 README.txt
  2. 7.2 README.txt
= Overview =
imagefield_crop provides a widget for cropping an image after upload.


= Usage =
When the user uploads an image, the image is presented inside a cropping area.
A cropping box is shown inside, and the user can resize and move it. Upon
clicking 'preview' or 'submit', the image is cropped and the result is saved
within the node.

Watch the screencast[1] by capellic[2]

  [1] http://capellic.com/blog/imagefield-crop
  [2] http://drupal.org/user/192467

= Features =

* Dynamic preview is presented during cropping
* Original image is displayed every time for re-cropping
* The original image is used for cropping, for best quality
* Ability to define the crop interface resolution
* Ability to define the output image resolution and enforce it


= Prerequisites =
* imagefield (http://drupal.org/project/imagefield)
* filefield (http://drupal.org/project/filefield)
* imageapi (http://drupal.org/project/imageapi)
* Graphics processing engine (gd, imagemagick, or anything else imageapi.module can work with).


= Installation =
* To install the module copy the 'imagefield_crop' folder to your sites/all/modules directory.
* Go to admin/build/modules. Enable the module.
  Read more about installing modules at http://drupal.org/node/70151


= Configuration and usage =
* We assume that you have already created a new content type. Edit your content type fields at admin/content/types
* Click on appropriate MANAGE FIELDS link.
* Add a new field. To do so click on SELECT A FIELD TYPE dropdown menu. Select FILE. Click on FILE UPLOAD dropdown menu. Select IMAGE WITH CROPPING.
* Click on SAVE button.
* Follow instructions on the next page. You can choose the cropping box size, and other configuration options. If unsure leave default configuration. Click on SAVE FIELD SETTINGS button.
* Create a new item at /node/add
* Click on BROWSE button. Select an image.
* Click on UPLOAD button
* Upon uploading an image, or editing an existing node, the image cropping interface will be presented.


= Contribute. Report issue. Request support. Request new feature. =
* Go to the module issue queue at http://drupal.org/project/issues/imagefield_crop?status=All&categories=All
* Click on CREATE A NEW ISSUE link.
* Fill the form.
* To get a status report on your request go to http://drupal.org/project/issues/user

File

README.txt
View source
  1. = Overview =
  2. imagefield_crop provides a widget for cropping an image after upload.
  3. = Usage =
  4. When the user uploads an image, the image is presented inside a cropping area.
  5. A cropping box is shown inside, and the user can resize and move it. Upon
  6. clicking 'preview' or 'submit', the image is cropped and the result is saved
  7. within the node.
  8. Watch the screencast[1] by capellic[2]
  9. [1] http://capellic.com/blog/imagefield-crop
  10. [2] http://drupal.org/user/192467
  11. = Features =
  12. * Dynamic preview is presented during cropping
  13. * Original image is displayed every time for re-cropping
  14. * The original image is used for cropping, for best quality
  15. * Ability to define the crop interface resolution
  16. * Ability to define the output image resolution and enforce it
  17. = Prerequisites =
  18. * imagefield (http://drupal.org/project/imagefield)
  19. * filefield (http://drupal.org/project/filefield)
  20. * imageapi (http://drupal.org/project/imageapi)
  21. * Graphics processing engine (gd, imagemagick, or anything else imageapi.module can work with).
  22. = Installation =
  23. * To install the module copy the 'imagefield_crop' folder to your sites/all/modules directory.
  24. * Go to admin/build/modules. Enable the module.
  25. Read more about installing modules at http://drupal.org/node/70151
  26. = Configuration and usage =
  27. * We assume that you have already created a new content type. Edit your content type fields at admin/content/types
  28. * Click on appropriate MANAGE FIELDS link.
  29. * Add a new field. To do so click on SELECT A FIELD TYPE dropdown menu. Select FILE. Click on FILE UPLOAD dropdown menu. Select IMAGE WITH CROPPING.
  30. * Click on SAVE button.
  31. * Follow instructions on the next page. You can choose the cropping box size, and other configuration options. If unsure leave default configuration. Click on SAVE FIELD SETTINGS button.
  32. * Create a new item at /node/add
  33. * Click on BROWSE button. Select an image.
  34. * Click on UPLOAD button
  35. * Upon uploading an image, or editing an existing node, the image cropping interface will be presented.
  36. = Contribute. Report issue. Request support. Request new feature. =
  37. * Go to the module issue queue at http://drupal.org/project/issues/imagefield_crop?status=All&categories=All
  38. * Click on CREATE A NEW ISSUE link.
  39. * Fill the form.
  40. * To get a status report on your request go to http://drupal.org/project/issues/user