Image libraries in JS

L

leo

Is anyone aware of any Image library in Javascript which converts byte
data and forms Images out of it. The byte stream will be kind of
bitmap.
 
E

Erwin Moller

leo schreef:
Is anyone aware of any Image library in Javascript which converts byte
data and forms Images out of it. The byte stream will be kind of
bitmap.

Please go serverside for this.

Regards,
Erwin Moller


--
"There are two ways of constructing a software design: One way is to
make it so simple that there are obviously no deficiencies, and the
other way is to make it so complicated that there are no obvious
deficiencies. The first method is far more difficult."
-- C.A.R. Hoare
 
J

Jorge

Is anyone aware of any Image library in Javascript which converts byte
data  and forms Images out of it. The byte stream will be kind of
bitmap.

Use a <canvas> tag, it's a pixelmap. Works in every browser except IE.
 

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
474,102
Messages
2,570,645
Members
47,245
Latest member
ShannonEat

Latest Threads

Top