MEME Anything Help

MEME Anything GUI Form

Directions

Data Types

Color String
Color String can be a Web Color Name, 3,4,6 or 8 byte hex value where the last byte is Alpha (optional leading #), rgb(rrr,ggg,bbb), rgba(rrr,ggg,bbb,aaa) or just the literal 'empty' for translucent.
Font Family Name
Use the List Fonts API to get a list of all available fonts. String must match exact.

Body Parameters

PROPERTY FIELD NAME TYPE DESCRIPTION DEFAULT
image source src string This is the absolute complete URL to an image OR a web color name. white
border color border Color String The border color red
border weight bw int [0,300] Percent thickness of the image border where 0 is no border and 100 is default. 0
title title string The header title to appear at the top of the image
title font family tf string (Font Family Name) The name of the font family to use for the title font. Arial
title color tc Color String The color of the title white
title size ts int [1,100] The title size default fills the image from left to right at 100%. Use a value less than 100 to indicate a percent reduction from the full width. 100
title stroke color tsc Color String The color of the title stroke black
title stroke weight tsw int [0,100] The weight of the title stroke as a percent of the title font size. 0
crop crop Original | CenterSquare | TopLeftSquare | BottomRightSquare If specified then the background will be drawn as a linear gradient using the background color and the gradient color. Original
body body string The body text to appear in the meme.
body font family bf string (Font Family Name) The name of the font family to use for the body font. Arial
body color bc Color String The color of the body text. white
body font size bfs float The size of the body font which is defined as height in pixels of capitol letters. 24
body stroke color bsc Color String The color of outline around the body text. white
body stroke weight bsw int [0,100] The weight of the title stroke as a percent of the body font size. 0
vertical align valign Center | Bottom | Top How to align the body text vertically. Center
filter f Identity | BW | Pastel | Sepia Apply a color filter to the image. Identity