Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bclindner/iasipgenerator
It's Always Sunny in Philadelphia title card generator.
https://github.com/bclindner/iasipgenerator
go iasip image-processing memes
Last synced: 3 months ago
JSON representation
It's Always Sunny in Philadelphia title card generator.
- Host: GitHub
- URL: https://github.com/bclindner/iasipgenerator
- Owner: bclindner
- License: gpl-3.0
- Created: 2018-12-04T04:31:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T03:17:04.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T13:42:50.683Z (3 months ago)
- Topics: go, iasip, image-processing, memes
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IASIP Title Card Generator
![](https://i.imgur.com/BcPsMe1.png)
This is a simple [Go](https://golang.org) program that generates title cards similar to those from
[It's Always Sunny in Philadelphia](https://en.wikipedia.org/wiki/It%27s_Always_Sunny_in_Philadelphia).
I wrote this in a few hours to learn Go a little better (and to make IASIP title cards super easy to
generate on-the-fly!).## Usage
Once compiled to an executable file, place a copy of the Textile font (in TrueType format) into the
same folder as the executable, named "textile.ttf".
The font has not been included with this repository for licensing reasons.Once you're done with that, open a terminal window. go to the directory of the files, and type:
```
./iasip-generator "\"The Gang Creates an IASIP Title Card\""
```The output will be saved to `out.png` in the same folder.