Page 1 of 1
Include Image In Web Page W/O An Image File !
Posted: Fri Jun 29, 2012 12:53 am
by Mohawk70
Re: Include Image In Web Page W/O An Image File !
Posted: Fri Jun 29, 2012 9:52 am
by naw
Wow - that is very, very useful and opens up all sort of possibilities for updating images within the browser from Javascript.
Presumably even embedding music and other data types into HTML as well.
Mm - signing off to have a bit of a *play*

Thanks (a lot) for sharing
Re: Include Image In Web Page W/O An Image File !
Posted: Sat Jun 30, 2012 3:57 am
by Mohawk70
naw wrote:Presumably even embedding music and other data types into HTML as well.
Absolutely correct ... see the RFC
RFC2397
and search WikiPedia for --> Data URI
Re: Include Image In Web Page W/O An Image File !
Posted: Sat Jun 30, 2012 4:09 am
by Seymour Clufley
This has been possible for years.
I wrote PB code to convert a webpage on your computer into a completely self-contained file.
Here it is.