From e05769143aaf6622811b6795614b75224dc11b33 Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Thu, 21 Apr 2016 11:51:05 +1000 Subject: [PATCH] Update README.md --- tools/croppa/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/croppa/README.md b/tools/croppa/README.md index 75a7ad5..b53ff45 100644 --- a/tools/croppa/README.md +++ b/tools/croppa/README.md @@ -48,19 +48,19 @@ Specify the y coordinate for the start of the crop in pixels. options ------- -**--dx <dx>** +**--dx** <dx> Specify the number of pixels added to x after each crop -**--dy <dy>** +**--dy** <dy> Specify the number of pixels added to y after each crop -**--rows <rows>** +**--rows** <rows> Specify the number rows of images that will be cropped (total number of images will be rows*cols) -**--colss <cols>** +**--cols** <cols> Specify the number columns of images that will be cropped (total number of images will be rows*cols)