Installed JIMI, still no PNG pics in PDF output
Posted: Sat Apr 22, 2006 12:06 am
I installed JIMI according to the instructions: downloaded the JIMI archive, located the ZIP file inside, put it in the Oxygen /lib directory, renamed it to jimi-1.0.jar and restarted Oxygen.
No joy.
If I replace the
<imagedata fileref="flickr-0001.png" format="PNG" />
with
<imagedata fileref="flickr-0001.gif" format="GIF" />
the image appear.
both flickr-0001.png and flickr-0001.gif are in the same directory with the document and open just fine in graphic editors.
Basic Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article SYSTEM "file:/C:/Program%20Files/Oxygen%207.1/frameworks/docbook/dtd/sdocbook.dtd">
<article>
<title>Introduction to Social Software with Flickr</title>
<figure><title>flickr Home Page</title>
<mediaobject>
<imageobject>
<imagedata fileref="flickr-0001.gif" format="GIF" />
</imageobject>
</mediaobject>
</figure>
</article>
No joy.
If I replace the
<imagedata fileref="flickr-0001.png" format="PNG" />
with
<imagedata fileref="flickr-0001.gif" format="GIF" />
the image appear.
both flickr-0001.png and flickr-0001.gif are in the same directory with the document and open just fine in graphic editors.
Basic Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article SYSTEM "file:/C:/Program%20Files/Oxygen%207.1/frameworks/docbook/dtd/sdocbook.dtd">
<article>
<title>Introduction to Social Software with Flickr</title>
<figure><title>flickr Home Page</title>
<mediaobject>
<imageobject>
<imagedata fileref="flickr-0001.gif" format="GIF" />
</imageobject>
</mediaobject>
</figure>
</article>