imgmaker icon indicating copy to clipboard operation
imgmaker copied to clipboard

Meme Maker: Give any image and bounding boxes, get image + text back

Open minimaxir opened this issue 4 years ago • 0 comments

Requires fixed image size, absolute CSS boxes, TextFit

Some default input schema like:

type: meme
image: MonaLisa.png
width: 640
height: 640
css: body {font-family: Impact;}
texts:
  top:
    text: Top text
    x: 0
    y: 0
    w: 640
    h: 320
  bottom:
    text: Bottom Text
    x: 0
    y: 320
    w: 640
    h: 320

Then could invoke via:

i.generate('file.yaml', {top: "Override text."})

minimaxir avatar May 02 '20 17:05 minimaxir