From 8adc11bd65129ab4fda77935cfbf1d40439f7ace Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 19 Feb 2009 19:32:35 -0600 Subject: [PATCH 3/5] Split PGM and PPM --- doc/general.texi | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/doc/general.texi b/doc/general.texi index ec44097..5c4d2a3 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -242,11 +242,14 @@ following image formats are supported: @tab PAM is a PNM extension with alpha support. @item PCX @tab @tab X @tab PC Paintbrush -@item PGM, PPM @tab X @tab X +@item PGM @tab X @tab X + @tab Portable GrayMap image @item PGMYUV @tab X @tab X @tab PGM with U and V components in YUV 4:2:0 @item PNG @tab X @tab X @tab 2/4 bpp not supported yet +@item PPM @tab X @tab X + @tab Portable PixelMap image @item PTX @tab @tab X @tab V.Flash PTX format @item RAS @tab @tab X -- 1.6.1.3