• Resolved confizz

    (@confizz)


    Hey Kyle,

    please ensure to use integer while swapping resolution variables, or you end up with loosing information. For example:

    Rotating 1280×720 will result in 720×128

    Fix:

    $width ^= $height ^= $width ^= (int)$height; //swap height & width

    Cheers
    Markus

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bugfix: rotate media’ is closed to new replies.