Shouldn\'t the output from this PhantomJS script be 240x320 pixels? I\'m getting a large, default-sized image. clipRect() would seem to render the correct size image, but I
This seems to work in the Mac binary for 1.9.7:
page.set('viewportSize', {width: 320, height: 480});