imageapi_gd_image_smartcrop_crop |
./imageapi_gd.inc |
Crop an image, removing the lowest entropy areas. |
1 |
|
imageapi_gd_image_smartcrop_scale |
./imageapi_gd.inc |
Scale and crop an image to the specified size using GD. |
|
|
smartcrop_crop_form |
./smartcrop_actions.inc |
Build the settings form. |
|
|
smartcrop_crop_image |
./smartcrop_actions.inc |
Crop the image. |
|
|
smartcrop_disable |
./smartcrop.install |
Implementation of hook_disable(). |
|
|
smartcrop_enable |
./smartcrop.install |
|
|
|
smartcrop_imagecache_actions |
./smartcrop.module |
Implementation of hook_imagecache_actions(). |
|
|
smartcrop_scale_and_crop_form |
./smartcrop_actions.inc |
Build the settings form. |
|
|
smartcrop_scale_and_crop_image |
./smartcrop_actions.inc |
Crop the image. |
|
|
smartcrop_theme |
./smartcrop.module |
Implementation of hook_theme(). |
|
|
theme_smartcrop_crop |
./smartcrop_actions.inc |
Theme a cropped image. |
|
|
theme_smartcrop_scale_and_crop |
./smartcrop_actions.inc |
Theme a cropped image. |
|
|
_smartcrop_gd_entropy |
./imageapi_gd.inc |
Compute the entropy of an image, defined as -sum(p.*log2(p)). |
2 |
|
_smartcrop_gd_entropy_slice |
./imageapi_gd.inc |
Compute the entropy of an image slice. |
1 |
|
_smartcrop_gd_histogram |
./imageapi_gd.inc |
Compute a histogram of an image. |
1 |
|