how to convert array or coordinates to image

E

Eadmund

Hi,

Pretty sure this is a non starter, but does anyone know how to convert
an array of x-y coordinates, plotting a shape, in to a image (BMP, GIFF
etc) in javascript?

Regards

Eadmund
 
Y

yb

Pretty sure this is a non starter, but does anyone know how to convert
an array of x-y coordinates, plotting a shape, in to a image (BMP, GIFF
etc) in javascript?

Can't be done in javascript (at least not for all web browsers), you
won't be able to create an image file.
 
P

pcx99

Hi,

Pretty sure this is a non starter, but does anyone know how to convert
an array of x-y coordinates, plotting a shape, in to a image (BMP, GIFF
etc) in javascript?

Regards

Eadmund

Check out the <canvas> tag. It's supported in firefox and opera and
there are hacks which get it to work in IE. It's the wave of the future
and should be pretty standard to most working browsers in 2008.

http://developer.mozilla.org/en/docs/Canvas_tutorial
 
D

Dr J R Stockton

In comp.lang.javascript message <[email protected]
legroups.com>, Thu, 28 Dec 2006 06:12:32, (e-mail address removed) posted:
Pretty sure this is a non starter, but does anyone know how to convert
an array of x-y coordinates, plotting a shape, in to a image (BMP, GIFF
etc) in javascript?

You could, of course, write the logic to encode the shape as an array of
byte-sized numbers matching the desired content of the BMP file (and
similarly with more effort for other formats). From that, generate,
still using javascript, a DEBUG script which will create that file.
Write it to a new window, and write instructions to Select All on that
window, copy to clipboard, and paste into DEBUG.

It's a good idea to read the newsgroup and its FAQ. See below.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top