23 calls to image_get_info()

FileValidatorTest::testFileValidateImageResolution in drupal/modules/simpletest/tests/file.test
This ensures the resolution of a specific file is within bounds. The image will be resized if it's too large.
file_validate_image_resolution in drupal/includes/file.inc
Verifies that image dimensions are within the specified maximum and minimum.
file_validate_is_image in drupal/includes/file.inc
Checks that the file is recognized by image_get_info() as an image.
hook_file_download in drupal/modules/system/system.api.php
Control access to private file downloads and specify HTTP headers.
ImageDimensionsTestCase::testImageDimensions in drupal/modules/image/image.test
Test styled image dimensions cumulatively.
ImageFieldValidateTestCase::testResolution in drupal/modules/image/image.test
Test min/max resolution settings.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal/modules/image/image.test
Test image_style_url().
ImageToolkitTestCase::setUp in drupal/modules/simpletest/tests/image.test
Sets up a Drupal site for running functional and integration tests.
image_field_presave in drupal/modules/image/image.field.inc
Implements hook_field_presave().
image_field_widget_process in drupal/modules/image/image.field.inc
An element #process callback for the image_image field type.
image_file_download in drupal/modules/image/image.module
Implements hook_file_download().
image_load in drupal/includes/image.inc
Loads an image file and returns an image object.
image_save in drupal/includes/image.inc
Closes the image and saves the changes to a file.
theme_image_style_preview in drupal/modules/image/image.admin.inc
Returns HTML for a preview of an image style.
UserPictureTestCase::testDeletePicture in drupal/modules/user/user.test
Tests deletion of user pictures.
UserPictureTestCase::testPictureIsValid in drupal/modules/user/user.test
Do the test: Picture is valid (proper size and dimension)
UserPictureTestCase::testWithGDinvalidDimension in drupal/modules/user/user.test
Do the test: GD Toolkit is installed Picture has invalid dimension
UserPictureTestCase::testWithGDinvalidSize in drupal/modules/user/user.test
Do the test: GD Toolkit is installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidDimension in drupal/modules/user/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidSize in drupal/modules/user/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
user_file_download in drupal/modules/user/user.module
Implements hook_file_download().
user_save in drupal/modules/user/user.module
Save changes to a user account or add a new user.
_image_update_7002_populate_dimensions in drupal/modules/image/image.install
Populate image dimensions in a specific table.