Changeset 40123 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 02/25/2017 05:25:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r39580 r40123 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 $this->image->setImageOrientation( Imagick::ORIENTATION_TOPLEFT ); 554 552 555 // Since this changes the dimensions of the image, update the size. 553 556 $result = $this->update_size();
Note: See TracChangeset
for help on using the changeset viewer.