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

Output image size not correct #25

Open
donlzx opened this issue Aug 4, 2015 · 2 comments
Open

Output image size not correct #25

donlzx opened this issue Aug 4, 2015 · 2 comments

Comments

@donlzx
Copy link

donlzx commented Aug 4, 2015

Resize a image (size 4928x3280) to width=150 using the vips-cmd tool:

vips-cmd -file test.jpg -width 150 -height 0 > out.jpg

The output image has size 149x99 (should be 150x100)

@lovell
Copy link
Collaborator

lovell commented Aug 4, 2015

I think this is related to lovell/sharp#238 fixed by lovell/sharp@b8885c1

@DAddYE
Copy link
Owner

DAddYE commented Aug 4, 2015

Thanks for pointing this out. I'll fix it soon.

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

No branches or pull requests

3 participants