Skip to content
/ gomeme Public

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

License

Notifications You must be signed in to change notification settings

jpoz/gomeme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d080499 · Aug 18, 2017

History

20 Commits
Dec 4, 2016
Nov 27, 2016
Nov 26, 2016
Dec 4, 2016
Aug 18, 2017
Nov 30, 2016
Nov 30, 2016
Nov 30, 2016
Nov 30, 2016
Nov 30, 2016
Nov 30, 2016
Nov 30, 2016
Nov 30, 2016

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published