jpoz / gomeme

Command line double caption meme generator. Written in Go (Golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gomeme

Take a gif/jpeg/png, make a meme. Written in Go (Golang)

Installation

go get -u github.com/jpoz/gomeme/cmd/gomeme

Usage

Usage: gomeme [options] input.gif output.gif

  -b string
        Bottom text of the meme.
  -f string
        TrueType font path. Default is Hack-Bold.ttf
  -fs float
        Font size of the text (default 42)
  -m int
        Margin around the text (default 10)
  -ss int
        Stroke size around the text (default 4)
  -t string
        Top text of the meme.
  -v    Displays more information.

Example

gomeme -t "Whatup internet?" -b "How you doing?" input.gif output.gif

output

Notes

impact.ttf From here

About

Command line double caption meme generator. Written in Go (Golang)

License:MIT License


Languages

Language:Go 95.0%Language:Makefile 5.0%