 |
 |
 |
Updates > Embedded Image Drawer v1.0 Updates > Embedded Image Drawer v1.0 |
|
|
RABiD BUNNY FEVER
K.T.K
Warning: you do not have javascript enabled. This WILL cause layout glitches.
|
Embedded Image Drawer v1.0
Section: Projects > Other Web Scripts
Download: ProjectContent/WebScripts/DrawImage1.0/DrawImage1.0.zipTime: 03/27/09 7:10:00 am
Updates that reference “Other Web Scripts”: New Image Gallery Layout Effect, Image Zoom Effect Update, New Web Script - Directory Mananger v1.0, Image Zoom Effect Details, Directory Manager v1.1, Multiple "Other Web Scripts" added, AJAX Library v1.0, Web Browser Information, Minor AJAX Library Error Function Update, PHP MySQL Library added to Other Web Scripts, AutoSuggestBox v1.0, Common JavaScript Library v1.0, Action Counter v1.0, Video Thumbnailer v1.0, Added New Web Script: Scale HTML Element
                
I recently made a JavaScript library (web script) for embedding images generated by JavaScript within web pages. I needed to test it, so I threw together a JavaScript version of the Mandelbrot Fractal from the Julia Fractals Project.
Unfortunately, IE7- doesn’t allow this (or any) kind of client side image embedding like all other browsers do, so it has to use a Java Applet to draw the image data produced by JavaScript. I tried every way I could possibly think of to get client side image embedding working in IE without an additional addon, but every time I got close, I ran into another “security feature”, and there was no way in the end to get it working... well, besides methods that make 1 HTML DOM object per pixel, which is way too complex for processing and usually freezes the browser. IE8 does support what I want, but the image has to be less than a certain size (<32KB when in base 64).
Also, of course, this works the fastest in Chrome. :-) To add comments, please go to the forum page for this update (guest comments are allowed for the Projects, Posts, and Updates Forums). Comments are owned by the user who posted them. We accept no responsibility for the contents of these comments.
No comments for this Update |
|
|