3 ms·
That's pretty much what I was thinking too. "A way to create an image, with parts that can be edited using tags, that an LLM can deal with... this sounds like S
by voidUpdate 4mo ago
That's pretty much what I was thinking too. "A way to create an image, with parts that can be edited using tags, that an LLM can deal with... this sounds like SVG"
- yeargun 4mo agoyes but not every image/visual is efficiently representable with svgs. sometimes we need rasters
- voidUpdate 4mo agoLuckily, you can embed raster images inside SVGs https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/image https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/E...
- yeargun 4mo agoyeah but you know.. it needs to be either base64 or a link thats why .hmml is a packing strategy to mitigate that, single pack
- chrismorgan 4mo agoIn case you missed it—I’m not showing regular SVG, I’m showing using HTML as an image, via an SVG container. This has worked fine in browsers for more than ten years (around twenty, other than IE/Edge).
- yeargun 4mo agoyeah I saw it, thats a crazy trick