Used By
Used By | Description |
---|---|
wp-includes/class-wp-image-editor.php: WP_Image_Editor::maybe_exif_rotate() | Check if a JPEG image has EXIF Orientation tag and rotate it if needed. |
Rotates current image counter-clockwise by $angle.
(float) (Required)
(bool|WP_Error)
File: wp-includes/class-wp-image-editor.php
abstract public function rotate( $angle );
Version | Description |
---|---|
3.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_image_editor/rotate