From 5314448e55da76bf33edeebc0c17c0866ce2c879 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 30 May 2019 02:11:23 +0000 Subject: Various new tests and corrections git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3621 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/pad-crop-roundtrip.test | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'test/pad-crop-roundtrip.test') diff --git a/test/pad-crop-roundtrip.test b/test/pad-crop-roundtrip.test index c7780d68..75979901 100755 --- a/test/pad-crop-roundtrip.test +++ b/test/pad-crop-roundtrip.test @@ -1,9 +1,18 @@ #! /bin/bash -# This script tests: pnmcrop pnmmargin -# Also requires: pnmpad - +# This script tests: pnmcrop pnmmargin pnmpad +# Also requires: pnmmargin -white 10 testimg.ppm | \ pnmcrop | cksum + +pnmpad -white -left 10 -top 10 testimg.ppm | \ + pnmpad -white -right 10 -bottom 10 | \ + pnmcrop -right -bottom | pnmcrop -left -top | cksum + pnmmargin -white 10 testgrid.pbm | \ pnmcrop | cksum + +pnmpad -white -left 10 -top 10 testgrid.pbm | \ + pnmpad -white -right 10 -bottom 10 | \ + pnmcrop -left -right | pnmcrop -top -bottom | cksum + -- cgit 1.4.1