Hello SVGers,

Is there any way in the SVG DOM of directly specifying the content of an 
image, for example, as a base64 string, instead of as an IRI Reference?

For example, I've got a stream of XML that consists of MIME encoded 
pngs, with metadata:

<imageStream>
     <image>
        <imageData content-type="image/jpeg" 
content-transfer-encoding="base64">
            /9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3
             ...
         </imageData>
         <metadata>
             ...
         </metadata>
     </image>
     ...

I'd rather not save the image data to a file and then reference that. 
It seems a bit inefficient.

Thanks,

Andrew.


-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to