mogif

1.1.0

mogif — a command for creating a animated GIF with characters.
mnkd/mogif

What's New

1.1.0

2017-08-12T14:32:33Z
  • Support Xcode 9 + Swift4.
  • Use Swift Package Manager (SwiftPM) instead of git submodule.

mogif

mogif — a command for creating a animated GIF with characters for OS X.

Requirements

mogif requires OS X 10.11 or greater.

Installation

To install the latest version of mogif, you can download here.

Usage

Usage: mogif [options]
  -c, --characters:
      Characters for creating GIF image.
  -o, --output:
      Path to the output file.
  -f, --frameDelay:
      Frame Delay. 1 means 1 second, 0.5 means half a second. (Default: 1.0)
  -l, --loopCount:
      Loop Count. 0 means loop forever. (Default: 0)
  -h, --help:
      Prints a help message.

Example

  • $ mogif -c ABC
  • $ mogif -f 0.5 -c 🙎🙆
  • $ mogif -f 0.8 -c 😴💤

Build

  1. $ git submodule init
  2. $ git submodile update
  3. Open mogif.xcodeproj
  4. Build (command + B)

License

MIT

Description

  • Swift Tools
View More Packages from this Author

Dependencies

  • None
Last updated: Fri Mar 15 2024 02:01:30 GMT-0900 (Hawaii-Aleutian Daylight Time)