jelle-s/meme-generator

生成一些搞笑图片吧!

安装: 7

依赖: 0

建议: 0

安全性: 0

星标: 0

关注者: 3

分支: 0

开放性问题: 0

类型:命令

1.0.2 2019-09-13 08:22 UTC

This package is auto-updated.

Last update: 2024-09-18 13:06:48 UTC


README

安装说明

composer require jelle-s/meme-generator

文档

Usage:
  meme:generate [options] [--] <image> <top-text> [<bottom-text>]
  MemeGenerator\Command\GenerateMemeCommand

Arguments:
  image                            Image to put the text on.
  top-text                         Text to add on the top.
  bottom-text                      Text to add on the bottom (optional).

Options:
  -o, --output-file[=OUTPUT-FILE]  The name of the output file [default: "meme.jpeg"]
  -h, --help                       Display this help message

示例

vendor/bin/meme-generator base_file.jpeg "This is the top text" "This is the optional bottom text" -o result.jpeg