php-zxing
php-zxing copied to clipboard
Bugfix: wrong --crop params notation
I've found that "--crop=left,top,width,height" notation not working (it's causing java exeption for me). Maybe its because of adding JCommander some time ago. Changing to "--crop left top width height" saved the day.