From 4c272da2874fc3fb6ea98faf7d2fcf5ded572e8f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 30 Nov 2023 18:43:10 +0000 Subject: Add pnm_formattypenm git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4794 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pnm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/pnm.h') diff --git a/lib/pnm.h b/lib/pnm.h index a8aad161..fd262566 100644 --- a/lib/pnm.h +++ b/lib/pnm.h @@ -136,6 +136,9 @@ pnm_invertxel(xel * const x, xelval const maxval, int const format); +const char * +pnm_formattypenm(int const format); + void pnm_promoteformat(xel** xels, int cols, int rows, xelval maxval, int format, xelval newmaxval, int newformat); -- cgit 1.4.1