Topic awaiting preservation: Can you use JavaScript to read an image's comment blocks? |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-07-2003 03:18
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 |
posted 01-07-2003 03:57
wheee! code: <html>
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-07-2003 04:28
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 |
posted 01-07-2003 04:49
heh - i have a fairly stupid form of laziness. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-07-2003 19:24
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 |
posted 01-08-2003 00:46
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
|