From dcf7ab20ca7d8974f56e8c2bf792b86038b88bc5 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Fri, 1 Mar 2002 08:33:14 +0000 Subject: [PATCH] Support TIFF images --- xsl/fo/graphics.xsl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xsl/fo/graphics.xsl b/xsl/fo/graphics.xsl index d62e15871..336951432 100644 --- a/xsl/fo/graphics.xsl +++ b/xsl/fo/graphics.xsl @@ -42,6 +42,7 @@ FIXME: make is.graphic.* work correctly depending on the backend! or $format = 'GIF' or $format = 'GIF87a' or $format = 'GIF89a' + or $format = 'TIFF' or $format = 'BMP'">1 @@ -52,6 +53,8 @@ FIXME: make is.graphic.* work correctly depending on the backend! or $ext = 'jpeg' or $ext = 'jpg' or $ext = 'gif' + or $ext = 'tif' + or $ext = 'tiff' or $ext = 'bmp'">1 -- 2.50.1