4 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 3mo 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 3mo agoyes but not every image/visual is efficiently representable with svgs. sometimes we need rasters
- voidUpdate 3mo 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 3mo 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 3mo 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 3mo agoyeah I saw it, thats a crazy trick