From 5e9e01d59519944fb87a657b93fbf0ac3c2f07de Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 29 Jan 2022 18:43:29 +0000 Subject: Use Pamcut instead of obsolete Pnmcut git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4267 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/pnmmargin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/pnmmargin b/editor/pnmmargin index 1b5370be..e8851bda 100755 --- a/editor/pnmmargin +++ b/editor/pnmmargin @@ -87,7 +87,7 @@ else case "$color" in -gofigure ) - pnmcut 0 0 1 1 $tmp1 | pnmtile $size 1 > $tmp2 + pamcut 0 0 1 1 $tmp1 | pnmtile $size 1 > $tmp2 ;; -white | -black ) pnmpad $plainopt $color \ -- cgit 1.4.1