[Zope] Anyone Working on an Equation Display Mechanism for Zope?
Hannu Krosing
hannu@tm.ee
Mon, 20 Sep 1999 10:11:50 +0300
Robin Becker wrote:
>
>
> ...
> I have got all the gif/png graphical stuff working for python, but
> equations/symbols is a real problem. legality for gif is still a
> problem. What's wrong with ezmath?
I think that RLE-encoded GIF's are fully legal, and they probably
compress expression-type images more or less the same amount as LZW.
AFAIK, the latest IMAGING library has switched to RLE-only.
Or, if you use GD, just use png images which all newer than 2
years browsers support well enough for simple text+line-drawing
images.
--------
Hannu