24 calls to image_get_info()
- FileValidatorTest::testFileValidateImageResolution in 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 includes/
file.inc - Verifies that image dimensions are within the specified maximum and minimum.
- file_validate_is_image in includes/
file.inc - Checks that the file is recognized by image_get_info() as an image.
- hook_file_download in modules/
system/ system.api.php - Control access to private file downloads and specify HTTP headers.
- ImageDimensionsTestCase::testImageDimensions in modules/
image/ image.test - Test styled image dimensions cumulatively.
- ImageFieldValidateTestCase::testResolution in modules/
image/ image.test - Test min/max resolution settings.
- ImageStylesHTTPHeadersTestCase::_testImageStyleUrlAndPath in modules/
image/ image.test - Function to scale and test.
- ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in modules/
image/ image.test - Test image_style_url().
- ImageToolkitTestCase::setUp in modules/
simpletest/ tests/ image.test - Sets up a Drupal site for running functional and integration tests.
- image_field_presave in modules/
image/ image.field.inc - Implements hook_field_presave().
- image_field_widget_process in modules/
image/ image.field.inc - An element #process callback for the image_image field type.
- image_file_download in modules/
image/ image.module - Implements hook_file_download().
- image_load in includes/
image.inc - Loads an image file and returns an image object.
- image_save in includes/
image.inc - Closes the image and saves the changes to a file.
- theme_image_style_preview in modules/
image/ image.admin.inc - Returns HTML for a preview of an image style.
- UserPictureTestCase::testDeletePicture in modules/
user/ user.test - Tests deletion of user pictures.
- UserPictureTestCase::testPictureIsValid in modules/
user/ user.test - Do the test: Picture is valid (proper size and dimension)
- UserPictureTestCase::testWithGDinvalidDimension in modules/
user/ user.test - Do the test: GD Toolkit is installed Picture has invalid dimension
- UserPictureTestCase::testWithGDinvalidSize in modules/
user/ user.test - Do the test: GD Toolkit is installed Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidDimension in modules/
user/ user.test - Do the test: GD Toolkit is not installed Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidSize in modules/
user/ user.test - Do the test: GD Toolkit is not installed Picture has invalid size
- user_file_download in modules/
user/ user.module - Implements hook_file_download().
- user_save in modules/
user/ user.module - Save changes to a user account or add a new user.
- _image_update_7002_populate_dimensions in modules/
image/ image.install - Populate image dimensions in a specific table.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.