We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)
Resize a image (size 4928x3280) to width=150 using the vips-cmd tool:
The output image has size 149x99 (should be 150x100)