Just as there is a data URI scheme and magnet uri that
looks like
>> data: [<MIME-type>] [;charset=<encoding>] [;base64],
<data>
>> data:text/html, Hi and <b>Hello World</b> to you my
friend
>> magnet:?
xt= urn:sha1: YNCKHTQCWBTRNJIV4WNAE52SJUQCZO5C
Lets have one for encoding
image macros.
-----
Two things we need
1. A system similar to MIME-TYPE, for classifying
imagemacros and how it should be treated. This will be
managed by a trusted international
organization dedicated to image macros, and it's
classification.
e.g.
>> imgmacro-type: dog/doge
2. A uri for image macros e.g.
>> imgmacro: dog/doge? msg=wow;much+
cake;such+delish
&
src-template = example.com/doge-template.png
This looks for a template of "dog/doge" classification in
caech. If not then look at src-template, and fall back to
a default imagemacro server.
Once a template is found, it loads the message in, and
renders it.
This hopefully will be accepted inside <img> tags as well!
What this would allow for is faster loading image macros
of common sayings. And also easier remixing!