|
|
|
|
|
by bobbylarrybobby
1211 days ago
|
|
I guess this is a good place to plug a project I worked on, https://github.com/rben01/collagen . It lets you compose raster images and SVG shapes (including text) into another SVG, without re-encoding anything into a raster image. It's all just SVG. (Raster images are included via data: urls.) I bring it up here because it's flip side of TFA. Instead of vectorizing memes, you can just take any old image you have, or a link to an image, and stick it in an SVG with some text on top, without actually having to write the SVG by hand. So an input like [this](https://gist.github.com/rben01/c0f51d8481c3ba8bd0ac108ac0b5a...) produces an output like [this](https://gist.github.com/rben01/23d01aa2668acc64cf4cffa815cb9...) (YMMV whether a linked image works in an SVG; I think in secure contexts it doesn't, but if you just copy paste the SVG into JSFiddle it should work). Much easier than crafting memes by hand. |
|