Module: LgtmHD::Configuration

Defined in:
lib/lgtm_hd/configuration.rb

Constant Summary collapse

PROGRAM_NAME =

Program configurations

"lgtm_hd"
DESCRIPTION =
"Generating images from user input with LGTM text on it, or fetching images from LGTM.in based on user's query. Finally put the image to clipboard."
TEMP_FILE_PREFIX =
"lgtm_tmp_"
OUTPUT_MAX_WIDTH =

Output Image configurations

500
OUTPUT_MAX_HEIGHT =
500
OUTPUT_DENSITY =

or 120 point per inch

90
FONT_PATH =

Caption configurations

"/fonts/impact.ttf"
CAPTION_FONT_SIZE_DEFAULT =
96