Index: trunk/phase3/includes/media/Bitmap.php |
— | — | @@ -318,7 +318,8 @@ |
319 | 319 | ( $params['comment'] !== '' |
320 | 320 | ? " -set comment " . wfEscapeShellArg( $this->escapeMagickProperty( $params['comment'] ) ) |
321 | 321 | : '' ) . |
322 | | - " -depth 8 $sharpen -auto-orient" . |
| 322 | + " -depth 8 $sharpen " . |
| 323 | + " -rotate -$rotation " . |
323 | 324 | " {$animation_post} " . |
324 | 325 | wfEscapeShellArg( $this->escapeMagickOutput( $params['dstPath'] ) ) . " 2>&1"; |
325 | 326 | |