Skip to content
forked from maurimo/kanimaji

Beautiful animated SVG or GIF kanji from KanjiVG data set.

Notifications You must be signed in to change notification settings

jcsirot/kanimaji

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanimaji

Generation of animations

This is a small utility for transforming KanjiVG images into animated SVG or GIF files, or SVGs that can easily animated via Javascript (with no library dependency!).

  • SVG samples (animated via CSS, no SMIL/ element):

084b8 SVG 08972 SVG

  • GIF samples:

084b8 GIF 08972 GIF

(these GIFs are 150x150 and have size 24k and 30k. With transparent background the generated image are quite bigger ~220k unluckily).

  • Javascript controlled SVG:

See the Demo on the Project Page.

Dependencies

Kanimaji depends on

If you want to be able to generate animated GIF, you will also need:

  • svgexport Python library, for exporting SVG to PNG.
  • ImageMagick's convert program to merge PNG's into a GIF.
  • Gifsicle to optimize GIF size.

Usage

Just run

./kanimaji.py file1.svg file2.svg ...

where the files are KanjiVG SVG files (could work with other SVG files, but it hasn't been tested).

Settings

Just edit the settings.py file, all settings are explained there. In this file you can also enable/disable SVG, GIF, JS-SVG generation.

License

This software is formally released under MIT/BSD (at your option). You are free to do what you want with this program, please credit my work if you use it. If you find it useful and feel like, you may give a donation on my github page!

About

Beautiful animated SVG or GIF kanji from KanjiVG data set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%