image_resize |
function |
drupal/core/includes/image.inc |
Resizes an image to the given dimensions (ignoring aspect ratio). |
image_resize_form |
function |
drupal/core/modules/image/image.admin.inc |
Form structure for the image resize form. |
GDToolkit::resize |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php |
Implements \Drupal\system\Plugin\ImageToolkitInterface::resize(). |
image_resize_effect |
function |
drupal/core/modules/image/image.effects.inc |
Image effect callback; Resize an image resource. |
TestToolkit::resize |
function |
drupal/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/TestToolkit.php |
Implements \Drupal\system\Plugin\ImageToolkitInterface::resize(). |
image_resize_dimensions |
function |
drupal/core/modules/image/image.effects.inc |
Image dimensions callback; Resize. |
ToolkitTest::testResize |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTest.php |
Test the image_resize() function. |
theme_image_resize_summary |
function |
drupal/core/modules/image/image.admin.inc |
Returns HTML for a summary of an image resize effect. |
ImageToolkitInterface::resize |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkitInterface.php |
Scales an image to the specified size. |
ImageEffectsTest::testResizeEffect |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php |
Test the image_resize_effect() function. |