Ascii
Convert imagery to ASCII character art
Props
Prop
Details
charactersstringDefault:
@%#*+=-:.Characters ordered from dense to sparse. First character is used for bright areas, last for dark areas.
charactersstringDefault: @%#*+=-:.Characters ordered from dense to sparse. First character is used for bright areas, last for dark areas.
cellSizenumberDefault:
30Size of each ASCII character cell (normalized to 1080p reference, scales proportionally at other resolutions)
cellSizenumberDefault: 30Size of each ASCII character cell (normalized to 1080p reference, scales proportionally at other resolutions)
fontFamily"Azeret Mono" | "Courier Prime" | "Cutive Mono" | "Fira Code" | "Geist Mono" | "IBM Plex Mono" | "JetBrains Mono" | "Major Mono Display" | "Martian Mono" | "Nova Mono" | "Press Start 2P" | "Roboto Mono" | "Share Tech Mono" | "Silkscreen" | "Source Code Pro" | "Space Mono" | "Syne Mono" | "VT323" | "Xanh Mono"Default:
JetBrains MonoFont family for characters
fontFamily"Azeret Mono" | "Courier Prime" | "Cutive Mono" | "Fira Code" | "Geist Mono" | "IBM Plex Mono" | "JetBrains Mono" | "Major Mono Display" | "Martian Mono" | "Nova Mono" | "Press Start 2P" | "Roboto Mono" | "Share Tech Mono" | "Silkscreen" | "Source Code Pro" | "Space Mono" | "Syne Mono" | "VT323" | "Xanh Mono"Default: JetBrains MonoFont family for characters
spacingnumberDefault:
1Character size within each cell (1.0 = optimal size, 0.0 = smallest)
spacingnumberDefault: 1Character size within each cell (1.0 = optimal size, 0.0 = smallest)
gammanumberDefault:
1Brightness curve adjustment. <1 brightens darks (more light characters), >1 darkens midtones (more dark characters). Use to better fit characters to image brightness range.
gammanumberDefault: 1Brightness curve adjustment. <1 brightens darks (more light characters), >1 darkens midtones (more dark characters). Use to better fit characters to image brightness range.
alphaThresholdnumberDefault:
0Pixels with alpha below this threshold become fully transparent.
alphaThresholdnumberDefault: 0Pixels with alpha below this threshold become fully transparent.
preserveAlphabooleanDefault:
trueWhen enabled, output alpha matches input alpha. When disabled, pixels above the alpha threshold become fully opaque.
preserveAlphabooleanDefault: trueWhen enabled, output alpha matches input alpha. When disabled, pixels above the alpha threshold become fully opaque.