![]() Topic awaiting preservation: Can you use JavaScript to read an image's comment blocks? (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() JPEG and GIF89a (and PNG?) allow you to embed comment blocks - is there a JavaScript way to access these comment blocks? I have had a good look around and could only find possible problem in early NS browsers that could run JavaScript inserted into these comment blocks. |
Maniac (V) Mad Scientist From: the bigger bedroom |
![]() wheee! code: <html>
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() reitsma: Thats what I love about this place - not only has the problem probably been answered before (in some form) but someone has their finger on the pulse and can pull the veritable magic rabbit out of the hat. |
Maniac (V) Mad Scientist From: the bigger bedroom |
![]() heh - i have a fairly stupid form of laziness. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() reitsma: I like that form of laziness (although it tends to involve more hard work) |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() OK I have thrown together a quick bit of PHP which grabs a file (as its text parts) and then grabs out the relevant data. code: <?php
|