Re: Binary I/O in Javascript
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: Binary I/O in Javascript

From: Aaron Gray <ang.usenet@gmail.com>
Date: Tue Nov 15 2005 - 00:15:36 CET

>>I am writing client-side code that will generate binary data for producing
>>a GIF file through an OBJECT element. (The GIF is an image of a line and
>>points on a two-axis plot.)
>
> If your goal is generating a 2axis plot, why are you bothering to
> generate a GIF? Just use the vector graphic methods available to
> both IE and mozilla, and forget mucking around with GIF's.

Please elaborate, do you mean SVG ? As that requires a plug in.

There is Walter Zorn's div based JavaScript graphics :-

       http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm

Otherwise please do tell us the magic vector graphics methods :)

Aaron
Received on Mon Nov 21 03:29:23 2005