frog 🐸
Go to file
Miepee 7d162f40f0 Actions: Properly fail now 2022-02-04 17:56:50 +01:00
.github/workflows Actions: Properly fail now 2022-02-04 17:56:50 +01:00
png [png] rasterize all existing frogs in the new sizes 2022-02-02 13:20:02 +01:00
svg [frog] fix #10 2022-02-04 14:37:11 +01:00
LICENSE [meta] improve README, use correct grahpics license and include a proper code license 2022-01-03 20:35:31 +01:00
LICENSE-GRAPHICS [meta] improve README, use correct grahpics license and include a proper code license 2022-01-03 20:35:31 +01:00
README.md [doc] specify what -r defaults are 2022-02-04 12:43:11 +01:00
gen_png.py [util] fix typo and missing exit 2022-02-04 13:01:47 +01:00
telegram_definitions.txt [bot] fix definitions file 2021-10-24 11:52:37 +02:00

README.md

Most of theses frogs are based on the SVGs of the twitter emoji set (https://twemoji.twitter.com). Others are unique designs with other inspirations in mind.

Have fun using them! 🐸

License

By contributing you agree to license your contribution under the terms of the GPLv3 (for code) and CC-BY 4.0 (for graphics) licenses. The corresponding license can be found in the LICENCE and LICENSE-GRAPHICS file respectively. The following links also reference to the licenses:

GPLv3: http://www.gnu.org/licenses/gpl-3.0.txt

CC-BY 4.0: https://github.com/twitter/twemoji/blob/gh-pages/LICENSE-GRAPHICS

Contributing

When submitting PRs keep the following in mind please:

  • only submit SVGs.
  • don't have spaces in your file names. Use snake_case or camelCase instead.
  • only submit SVGs with the file ending .svg. Not .SVG or .sVg

Generating PNGs

If you want to generate PNGs from the SVGs, you can use the gen_png.py script.

Dependencies

  • Python 3.9 - To run the script.
  • Inkscape - Used to generate the PNGs. Needs to be located in PATH.
  • (Optional) git - Can be used to automatically add a new commit with the generated PNGs.

Usage

gen_png.py [OPTION]

-h, --help                      Shows this help message.
-a, --all                       Generate PNGs of all SVGs.
-s, --specific S [S ...]        Generate PNGs for each S in the "svg" folder. The '.svg' suffix is optional.
-r, --resolution R [R ...]      Custom resolutions that will be generated instead of the defaults (72, 512, 1024).
-g, --git                       Generates PNGs of SVGs that changed since last auto tag and creates a git commit with them. Requires 'git' to be installed and located in PATH.