Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize multiple crops #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 28, 2024

  1. Optimize multiple crops

    Update CroppedProjectiveTranform to optimize projective transforms
    followed by multiple crops, not just one crop. For instance:
    
        Rotate(10) |> CenterCrop((100, 100)) |> RandomCrop((50, 50))
    
    Is now optimized to warp only into the 50x50 region, instead of to the
    100x100 region.
    paulnovo committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    df5b1c4 View commit details
    Browse the repository at this point in the history