From: Peter Toft <pto@sslug.dk>
To: Stephen Wilhelm <swilhelm@theriver.com>
Cc: DocBook Mailing List <docbook-tools-discuss@sourceware.cygnus.com>
Subject: Re: Graphics image question
Date: Sat, 20 Jan 2001 14:22:00 -0000 [thread overview]
Message-ID: <Pine.LNX.4.30.0101202313580.2373-100000@pto.sslug> (raw)
Message-ID: <20010120142200.im_JMFJ8hedWCCk1JEH-IjWWOtU6TGuTNXh4nwsKbOE@z> (raw)
In-Reply-To: <Pine.LNX.4.30.0101200808560.1309-100000@localhost.localdomain>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2048 bytes --]
On Sat, 20 Jan 2001, Stephen Wilhelm wrote:
>
> Hello everyone. I have a DocBook document that has some images in it. I
> use the Cygnus tools to publish the SGML sources. Now, db2html does a
> great job, but db2ps and db2pdf gives some LaTeX errors about gif images
> not being supported. I switched to jpeg images, but the resulting
> Postscript and PDF files look absolutely horrible (in one case, each pixel
> of the image was rendered as a 50 pixel block, which is obviously
> unacceptable).
>
> So, does anyone know if there is anything I can do to get gif's or jpeg's
> working? If not, is there another image format that I should consider?
> The only thing I would require from another format would be that it must
> work with web browsers as well (so no eps files).
To my knowledge db2ps is the show-stopper - I only eats
.eps-files.
Try the following - Note line no 2. with magic
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
<!ENTITY % magic-entities SYSTEM "magic.sgml">
%magic-entities; <!-- This is where we include it -->
<!entity frihedendato SYSTEM "dato.sgml">
<!entity frihedenversion SYSTEM "version.sgml">
<!entity frihedenappendixRevHist SYSTEM "apprevhist.sgml">
]>
I include three files here....
I have a makefile, where I do
echo '<!ENTITY magic "png">' > magic.sgml
if I output pdf or html
If I do ps-output, then I have
echo '<!ENTITY magic "eps">' > magic.sgml
Then I use ImageMagick to convert all my png-files to
eps if ps-output
find images/*.png | sed 's/.png//' | sed 's=images/==' | \
xargs -i% /usr/X11R6/bin/convert -antialias images/%.png eps2:bogps/%.eps
Well - It is not that straight-forward, but once you
have the setup of the first makefile, then I works.
You can see a Makefile in
http://cvs.sslug.dk/linuxbog/web/Makefile
Best
--
Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto
"You don't win a battle by asking, `Will we win?'
You win it by doing your best to win" - Richard M Stallman
LinuxKonference i København: http://LinuxForum.dk/
next prev parent reply other threads:[~2001-01-20 14:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-19 22:49 Stephen Wilhelm
2001-01-20 14:11 ` Stephen Wilhelm
2001-12-19 22:49 ` Peter Toft [this message]
2001-01-20 14:22 ` Peter Toft
2001-12-19 22:49 ` Peter Toft
2001-01-21 1:15 ` Peter Toft
2001-12-19 22:49 ` Ricardo
2001-02-05 8:17 ` Ricardo
2001-12-19 22:49 ` Ricardo
2001-02-05 11:19 ` Ricardo
2001-12-19 22:49 ` Eric Bischoff
2001-01-31 3:10 ` Eric Bischoff
2001-12-19 22:49 ` Stephen Wilhelm
2001-01-31 21:25 ` Stephen Wilhelm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.30.0101202313580.2373-100000@pto.sslug \
--to=pto@sslug.dk \
--cc=docbook-tools-discuss@sourceware.cygnus.com \
--cc=swilhelm@theriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).