[magick-users] Latex Equations
Anthony Thyssen
anthony at griffith.edu.au
Wed Mar 26 17:30:23 PDT 2008
"David John Evans" on wrote...
| Hi
|
|
|
| I'm trying to get a bitmap of a LaTeX equation. I have successfully used:
|
|
|
| Convert -density 288 -trim test.dvi test.bmp
|
|
|
| However, this gives me a bitmap which is far too large.
|
|
|
| When I tried
|
|
|
| Convert -density 288 -trim -resize 10% test.dvi test.bmp
|
|
|
| All I get is a black bitmap.
|
|
|
| Can anybody tell me what I'm doing wrong and how to correct it.
|
|
Do things in order...
set density
read DVI
resize
trim
For higher quality use a larger density, and resize smaller.
See IM Examples on postscript
http://imagemagick.org/Usage/text/#postscript
It is equally applicable to DVI, which is just one step from postscript.
Anthony Thyssen ( System Programmer ) <A.Thyssen at griffith.edu.au>
-----------------------------------------------------------------------------
No one ever listens to Zatheris. "Quite Mad!", thay say. It is good
the Zatheris does not mind. He has even grown to like it. Oh yes!
-- Zatheris's Mumbling, Bablyon 5, "War Without End"
-----------------------------------------------------------------------------
Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/
More information about the Magick-users
mailing list