vips
vips copied to clipboard
Output image size not correct
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)
I think this is related to https://github.com/lovell/sharp/issues/238 fixed by https://github.com/lovell/sharp/commit/b8885c1faa325aaf711e5ea3335f56462413781c
Thanks for pointing this out. I'll fix it soon.