From a92f0e639e40735a0beadd86c2d48095f2cc2f92 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 15 Mar 2019 15:57:26 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3575 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pnm.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/pnm.h') 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 +#include +#include #include #ifdef __cplusplus @@ -134,6 +136,16 @@ pixel 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, -- cgit 1.4.1