- Timestamp:
- 02/27/2017 07:32:45 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
- Property svn:mergeinfo changed
/trunk merged: 40123,40129
- Property svn:mergeinfo changed
-
branches/4.7/src/wp-includes/class-wp-image-editor-imagick.php
r39607 r40135 550 550 $this->image->rotateImage( new ImagickPixel('none'), 360-$angle ); 551 551 552 // Normalise Exif orientation data so that display is consistent across devices. 553 if ( is_callable( array( $this->image, 'setImageOrientation' ) ) && defined( 'Imagick::ORIENTATION_TOPLEFT' ) ) { 554 $this->image->setImageOrientation( Imagick::ORIENTATION_TOPLEFT ); 555 } 556 552 557 // Since this changes the dimensions of the image, update the size. 553 558 $result = $this->update_size();
Note: See TracChangeset
for help on using the changeset viewer.