data = '
This example does not really resize, but here is the data we received: '.$data.'
If we used ImageMagick & PHP we could issue this command: convert yui.jpg -crop ['.$w.' x '.$h.' + '.$l.' + '.$t.'] yui-new.jpg
'; echo($json->encode($response)); ?>