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)