ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/class-wp-image-editor.php

WP_Image_Editor::maybe_exif_rotate()

Method: Check if a JPEG image has EXIF Orientation tag and rotate it if needed.

Source: wp-includes/class-wp-image-editor.php:488

Used by 0 functions | Uses 0 functions

wp_image_maybe_exif_rotate

Filter Hook: Filters the `$orientation` value to correct it before rotating or to prevent rotating the image.

Source: wp-includes/class-wp-image-editor.php:507

Used by 0 functions | Uses 0 functions

WP_Image_Editor::get_default_quality()

Method: Returns the default compression quality setting for the mime type.

Source: wp-includes/class-wp-image-editor.php:308

Used by 0 functions | Uses 0 functions

image_editor_output_format

Filter Hook: Filters the image editor output format mapping.

Source: wp-includes/class-wp-image-editor.php:379

Used by 0 functions | Uses 0 functions

WP_Image_Editor::stream()

Method: Streams current image to browser.

Source: wp-includes/class-wp-image-editor.php:182

Used by 0 functions | Uses 0 functions

WP_Image_Editor::get_size()

Method: Gets dimensions of image.

Source: wp-includes/class-wp-image-editor.php:196

Used by 0 functions | Uses 0 functions

WP_Image_Editor::update_size()

Method: Sets current image size.

Source: wp-includes/class-wp-image-editor.php:209

Used by 0 functions | Uses 0 functions

WP_Image_Editor::get_quality()

Method: Gets the Image Compression quality on a 1-100% scale.

Source: wp-includes/class-wp-image-editor.php:224

Used by 0 functions | Uses 0 functions

WP_Image_Editor::set_quality()

Method: Sets Image Compression quality on a 1-100% scale.

Source: wp-includes/class-wp-image-editor.php:240

Used by 0 functions | Uses 0 functions

WP_Image_Editor

Class: Base image editor class from which implementations extend

Source: wp-includes/class-wp-image-editor.php:15

Used by 2 functions | Uses 0 functions
1 2 3 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy