gimgs.net

A thumbnail service — we deliver fast, edge-cached preview images for stock-photo sites and render images on the fly from text.

The docs below cover the /bytext route, which renders an image from arbitrary text.

Try it

preview

Usage

/bytext?text=<your text>&w=600&h=400&bg=cccccc&fg=333333&size=48

Parameters

ParameterDefaultDescription
text(required)Text content. URL-encoded. Use %0A for line breaks.
w600Width in pixels (1–4000).
h400Height in pixels (1–4000).
bgccccccBackground color — hex 3/6/8 chars, with or without #.
fg333333Text color — hex.
sizeautoFont size in px. Leave blank to auto-fit to the canvas.

Examples

Hello World
/bytext?text=Hello%20World
Custom
?text=Custom%20size&w=400&h=200&bg=222&fg=fff&size=56
multi-line
?text=Line%201%0ALine%202%0ALine%203 (multi-line)

Notes