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

fix undesirable upscaling small images #45 #79

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

isaacchansky
Copy link

This adds a test and a fix for the issue of small images getting upscaled ( #45 ).

For example, I run a default image resizing job and want three directories (small, med, large).
I also want to have image paths for an icon at: small/icon.png, med/icon.png, large/icon.png. But, if the original icon size is 48x48px, I want it to remain be no bigger than the original, even in the large directory.

The only difference in any API's now should be that to upscale small images, you must opt-in via upscale:true . Not sure if this might be a breaking change because of this.

@sontan
Copy link

sontan commented Dec 4, 2015

Hey, @andismith! We are struggling with issue #45 and it would be nice to have this fix in upstream. Is there any problems with this PR?

@aaronwolen
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants