ckeditor_image_upload in modules/ckeditor/ckeditor.pages.inc
Menu callback; Saves images uploaded via copy/paste into the editor.
file_manage_form_submit in modules/file/file.pages.inc
Form submission handler for the 'Save' button for file_manage_form().
file_metadata_fetch_image_dimensions in modules/file/file.file.inc
Fetch the dimensions of an image and store them in the file metadata array.
file_validate_image_orientation in includes/file.inc
Check for EXIF orientation data and rotate file if needed.
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.
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.
hook_file_download in modules/system/system.api.php
Control access to private file downloads and specify HTTP headers.
ImageDimensionsUnitTest::testImageDimensions in modules/image/tests/image.test
Test styled image dimensions cumulatively.
image_field_presave in modules/image/image.field.inc
Implements hook_field_presave().
ImageFieldValidateTestCase::testDimensions in modules/image/tests/image.test
Test min/max resolution settings.
ImageFieldValidateTestCase::testHeightDimensions in modules/image/tests/image.test
Test single height resolution setting.
ImageFieldValidateTestCase::testWidthDimensions in modules/image/tests/image.test
Test single width resolution setting.
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.
ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in modules/image/tests/image.test
Test image_style_url().
image_tokens in modules/image/image.tokens.inc
Implements hook_tokens().
ImageToolkitTestCase::setUp in modules/simpletest/tests/image.test
Sets up a Backdrop site for running functional and integration tests.
theme_image_style_preview in modules/image/image.theme.inc
Returns HTML for a preview of an image style.
user_file_download in modules/user/user.module
Implements hook_file_download().
UserPictureTestCase::testDeletePicture in modules/user/tests/user.test
Tests deletion of user pictures.
UserPictureTestCase::testPictureIsValid in modules/user/tests/user.test
Do the test: Picture is valid (proper size and dimension)
UserPictureTestCase::testWithGDinvalidDimension in modules/user/tests/user.test
Do the test: GD Toolkit is installed Picture has invalid dimension
UserPictureTestCase::testWithGDinvalidSize in modules/user/tests/user.test
Do the test: GD Toolkit is installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidDimension in modules/user/tests/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidSize in modules/user/tests/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
UserStorageController::preSave in modules/user/user.entity.inc
Overrides EntityDatabaseStorageController::preSave().