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

Upscale now takes lowest dimention #855

Closed
jrattue opened this issue Jan 24, 2017 · 0 comments
Closed

Upscale now takes lowest dimention #855

jrattue opened this issue Jan 24, 2017 · 0 comments
Assignees
Labels
Attn: BC Break This issue or PR results in a backwards-compatibility break and therefore requires a major release.
Milestone

Comments

@jrattue
Copy link
Contributor

jrattue commented Jan 24, 2017

Since the amalgamation of upscale and downscale filters upscale works differently.

Previously the below with an input image of 200, 150 would result in an output of 600, 450. Since the new release this now outputs 533, 400.

liip_imagine:
    filter_sets:
        default:
            filters:
                upscale: { min: [600, 400] }
@robfrawley robfrawley added the Attn: BC Break This issue or PR results in a backwards-compatibility break and therefore requires a major release. label Jan 25, 2017
@robfrawley robfrawley added this to the 1.7.2 milestone Jan 25, 2017
@robfrawley robfrawley added the State: Confirmed This item has been confirmed by maintainers as legitimate. label Jan 27, 2017
@lsmith77 lsmith77 removed the State: Confirmed This item has been confirmed by maintainers as legitimate. label Jan 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Attn: BC Break This issue or PR results in a backwards-compatibility break and therefore requires a major release.
Projects
None yet
Development

No branches or pull requests

4 participants