From ad48d09aa16cf2c106ba4d0e232c703a75ab5c49 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 2 Aug 2020 18:44:01 +0000 Subject: miscellaneous update git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3905 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- ppmrelief.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ppmrelief.html') diff --git a/ppmrelief.html b/ppmrelief.html index 0fd6e1a9..b6cea807 100644 --- a/ppmrelief.html +++ b/ppmrelief.html @@ -28,11 +28,11 @@ Holzmann, equation 3.19. It's a sort of edge-detection and is essentially a convolution with this matrix:
-
+
     |  1  0  0 |
     |  0  0  0 |
     |  0  0 -1 |
-
+
 

OPTIONS

-- cgit 1.4.1