20 Sep
1999
20 Sep
'99
7:11 a.m.
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