about summary refs log tree commit diff
path: root/lib/pnm.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-03-15 15:57:26 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-03-15 15:57:26 +0000
commita92f0e639e40735a0beadd86c2d48095f2cc2f92 (patch)
treefb3d13f64d878cf07704670b5cb72924db290578 /lib/pnm.h
parentf11aeee7c14a46d98d20620c9b7380d2de1836e7 (diff)
downloadnetpbm-mirror-a92f0e639e40735a0beadd86c2d48095f2cc2f92.tar.gz
netpbm-mirror-a92f0e639e40735a0beadd86c2d48095f2cc2f92.tar.xz
netpbm-mirror-a92f0e639e40735a0beadd86c2d48095f2cc2f92.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3575 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/pnm.h')
-rw-r--r--lib/pnm.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/pnm.h b/lib/pnm.h
index 9191ef96..0625cb5c 100644
--- a/lib/pnm.h
+++ b/lib/pnm.h
@@ -5,6 +5,8 @@
 #define _PNM_H_
 
 #include <netpbm/pm.h>
+#include <netpbm/pbm.h>
+#include <netpbm/pgm.h>
 #include <netpbm/ppm.h>
 
 #ifdef __cplusplus
@@ -135,6 +137,16 @@ pnm_xeltopixel(xel const inputxel,
                int const format);
 
 xel
+pnm_pixeltoxel(pixel const inputPixel);
+
+xel
+pnm_graytoxel(gray const inputGray);
+
+xel
+pnm_bittoxel(bit    const inputBit,
+             xelval const maxval);
+
+xel
 pnm_parsecolorxel(const char * const colorName,
                   xelval       const maxval,
                   int          const format);