Skip to content

Incorrect image size after crop #11

@Jakooth

Description

@Jakooth

For example try to crop image with size 2000x1300 to 1920x1080.
The result will be image with size of 1919x1279.

This is fixing the problem on line 300:
--$optimalWidth = $dimensionsArray['optimalWidth'];
--$optimalHeight = $dimensionsArray['optimalHeight'];
++$optimalWidth = ceil($dimensionsArray['optimalWidth']);
++$optimalHeight = ceil($dimensionsArray['optimalHeight']);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions