@BirgyulNier Besonders gerne mag ich die #LineAwesome Bibliothek von #Icons8 - den Macher:innen von #Lunacy 🌟
Eine freiere Nutzung geht kaum, wie ich hier beschrieben habe 🎉👇
https://bildung.social/@trmsc/109420022557664072
Auf GitHub ist die ganze Sammlung als #SVG:
https://github.com/icons8/line-awesome
Toll ist auch diese #CC0-Sammlung - v.a. kann man die #Icons dort u.a. als #DataUri herauskopieren - das ist wie eine Übersetzung des Bildes ohne Abhängigkeiten, die wie ein Link funktioniert 🧙♂️👇
https://icones.js.org/collection/cil
#lineawesome #icons8 #Lunacy #svg #cc0 #icons #datauri #FediLZ
One of the ways I imagined on how one could embed an image in #gemtext was with code like this:
=> data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg== The "alt" Text For The Image
Using the gemtext syntax for a link, with a #dataURI .
I think there is some resistance in the #Gemini community to image support in Gemtext.
I don't think it is universal. (Some seem to want image support too.)
But there does seem to be some who are against it.
.
I think if one wanted to keep to the rule of one-document-one-download then —
One could embed the image inside the #gemtext file.
For example, base64 encode the image within the file. Could be a #dataURI. Or something else.
Could even use a #sixel .
#gemini #gemtext #datauri #sixel