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::test()

Method: Checks to see if current environment supports the editor chosen.

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

Used by 0 functions | Uses 0 functions

WP_Image_Editor::get_output_format()

Method: Returns preferred mime-type and extension based on provided file’s extension and mime, or current file’s extension and mime.

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

Used by 0 functions | Uses 0 functions

WP_Image_Editor::supports_mime_type()

Method: Checks to see if editor supports the mime-type specified.

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

Used by 0 functions | Uses 0 functions

image_editor_default_mime_type

Filter Hook: Filters default mime type prior to getting the file extension.

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

Used by 0 functions | Uses 0 functions

WP_Image_Editor::load()

Method: Loads image from $this->file into editor.

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

Used by 0 functions | Uses 0 functions

WP_Image_Editor::generate_filename()

Method: Builds an output filename based on current file, and adding proper suffix

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

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