From 3bf4bb6e4dcc13a3029edb69bf4dd4b7f749c0e6 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 19 Feb 2009 19:43:51 -0600 Subject: [PATCH 4/5] Add missing image formats --- doc/general.texi | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/doc/general.texi b/doc/general.texi index 5c4d2a3..4851795 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -234,12 +234,19 @@ following image formats are supported: @tab one raw file per component @item animated GIF @tab X @tab X @tab Only uncompressed GIFs are generated. +@item BMP @tab X @tab X + @tab Microsoft BMP image @item JPEG @tab X @tab X @tab Progressive JPEG is not supported. @item JPEG 2000 @tab @tab E @tab decoding supported through external library libopenjpeg +@item JPEG-LS @tab X @tab X +@item LJPEG @tab X @tab + @tab Lossless JPEG @item PAM @tab X @tab X @tab PAM is a PNM extension with alpha support. +@item PBM @tab X @tab X + @tab Portable BitMap image @item PCX @tab @tab X @tab PC Paintbrush @item PGM @tab X @tab X -- 1.6.1.3