From: Norman Walsh Date: Fri, 1 Mar 2002 08:33:14 +0000 (+0000) Subject: Support TIFF images X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c12ac9778abf8a2bfa5dead323b7bc8b7536d83d;p=docbook-dsssl Support TIFF images --- 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