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

reversing default state of createNoScaleImage flag #65

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

Conversation

tracend
Copy link

@tracend tracend commented Nov 7, 2014

The createNoScaleImage flag is defined as:

whether to create files if upscale is set to false and large sizes are specified

The existing logic didn't consider if upscale was set to false and created the files when createNoScaleImage was set to false

This commit makes small tweaks so the flag behaves as outlined.

The default state of the flag is reversed so the default behavior remains the same. The biggest impact will be wherever the flag is manually set on the application level.

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

1 participant