Create any image dymanically, or just a fixed one? Does it have to be
png ?
Tim
"Marek Mänd" <cador.soft@mai l.ee> wrote in message
news:37vobjF5ih gt0U1@individua l.net...[color=blue]
> Is there any tutorials available how to create a png data totally on
> the client side using javascript and then show that image?[/color]
If your using IE you can pull this off, but it's not easy. First of
you'll have to create or edit a PNG file and save your changes to a
..png file. Then you can load it with the AlphaImageLoade r filter.
You'll have to know what you're writing though, a PNG file has a
certain file structure you must follow. Here's the official PNG site:
Marek Mänd wrote:
[color=blue]
> Is there any tutorials available how to create a png data totally on the
> client side using javascript and then show that image?[/color]
Comment