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

Fixes for setting quality when using locally #8

Merged
merged 1 commit into from
Jan 2, 2015

Conversation

dzucconi
Copy link
Collaborator

@dzucconi dzucconi commented Jan 2, 2015

I suspect this fixes #2 as well

# edge
image = Magick::Image::read("#{tmpdir}/11/2_2.jpg").first
expect(image.columns).to eq(168)
expect(image.rows).to eq(443)
expect(image.quality).to eq(75)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was previously the ImageMagick default of 92 due to the quality not getting correctly set when saving.

@dblock
Copy link
Owner

dblock commented Jan 2, 2015

Awesome. Just needs a CHANGELOG update please.

dblock added a commit that referenced this pull request Jan 2, 2015
Fixes for setting quality when using locally
@dblock dblock merged commit 9443e91 into dblock:master Jan 2, 2015
dblock referenced this pull request in davidmcclure/dzt Jan 2, 2015
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.

Quality setting is ignored
2 participants