You are here

README.txt in Image Focus Crop 8

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
Image Focus Crop module
---

Homepage: http://drupal.org/project/image_focus

== Configuration

1. Use the image_focus_scale_and_crop action

2. Modify Face detection threshold

The PHP implementation is known to be very slow. Images larger than 50 KB will
be ignored. To modify this threshold, please override the variable
'image_focus_face_detection_maxsize'.

File

README.txt
View source
  1. Image Focus Crop module
  2. ---
  3. Homepage: http://drupal.org/project/image_focus
  4. == Configuration
  5. 1. Use the image_focus_scale_and_crop action
  6. 2. Modify Face detection threshold
  7. The PHP implementation is known to be very slow. Images larger than 50 KB will
  8. be ignored. To modify this threshold, please override the variable
  9. 'image_focus_face_detection_maxsize'.