From 67b79bdf31266d27f161ff7164357e434cdf8dd1 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 28 Nov 2006 16:30:41 +0000 Subject: Fix transparency optimization on PPM input git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@157 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pnm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/pnm.h') diff --git a/lib/pnm.h b/lib/pnm.h index 354eacf9..94d4ff85 100644 --- a/lib/pnm.h +++ b/lib/pnm.h @@ -124,7 +124,8 @@ pnm_promoteformatrow(xel* xelrow, int cols, xelval maxval, int format, xelval newmaxval, int newformat); pixel -xeltopixel(xel const inputxel); +pnm_xeltopixel(xel const inputxel, + int const format); xel pnm_parsecolorxel(const char * const colorName, -- cgit 1.4.1