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