From: Richard Heck Date: Sun, 31 Jul 2016 04:41:23 +0000 (-0400) Subject: Export external raster graphics as png for XHTML. X-Git-Tag: 2.2.2~89 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9f852516e8351c843256e95fce87f69b7bada30c;p=features.git Export external raster graphics as png for XHTML. (cherry picked from commit 681e76086a0b229589fd09cbec64eb8f1063a41b) --- diff --git a/lib/external_templates b/lib/external_templates index 460d951346..07e73dd953 100644 --- a/lib/external_templates +++ b/lib/external_templates @@ -147,6 +147,12 @@ Template RasterImage ReferencedFile docbook "$$AbsPath$$Basename.eps" ReferencedFile docbook-xml "$$AbsPath$$Basename.eps" FormatEnd + Format XHTML + Product "" + UpdateFormat png + UpdateResult "$$AbsPath$$Basename.png" + ReferencedFile xhtml "$$AbsPath$$Basename.png" + FormatEnd TemplateEnd Template VectorGraphics