We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
I think this is related to lovell/sharp#238 fixed by lovell/sharp@b8885c1
Sorry, something went wrong.
Thanks for pointing this out. I'll fix it soon.
No branches or pull requests
Resize a image (size 4928x3280) to width=150 using the vips-cmd tool:
The output image has size 149x99 (should be 150x100)
The text was updated successfully, but these errors were encountered: