From f85f9e6c56d5efc50fe5bc7e1804d276e50a853c Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Fri, 13 Sep 2024 17:14:31 +0900 Subject: [PATCH] Update crop.sh --- ImageMoveDemo/image/crop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImageMoveDemo/image/crop.sh b/ImageMoveDemo/image/crop.sh index acf142e..53d789d 100644 --- a/ImageMoveDemo/image/crop.sh +++ b/ImageMoveDemo/image/crop.sh @@ -11,7 +11,7 @@ convert fleischer_1.jpg -crop 128x64+116+10 fleischer1-3.jpg identify fleischer1.jpg # fleischer1.jpg JPEG 420x64 420x64+0+0 8-bit Gray 256c 6488B 0.000u 0:00.000 -# Crop to 128x190 image +# Crop to 128x184 image convert fleischer_420.jpg -crop 128x184+144+10 fleischer2.jpg convert fleischer2.jpg -crop 128x64+0+0 fleischer2-1.jpg convert fleischer2.jpg -crop 128x64+0+8 fleischer2-2.jpg