Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

tynn/pys2f

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pys2f

The module

pys2f is a ctypes wrapper for libsvg2fps.

Applications

svg2png is a simple console script to render an SVG image as PNG. The elapsed time will be set to 0.

svg2fps is a console script to render an SVG animation as a series of bitmap images. The default output format is PNG. GIF and JPG are supported through the PIL module.

Installation

Install with

 python setup.py install

The .py extension of the script files will be removed by default.
To retain them comment out the line

	cmdclass = {'build_scripts': build_scripts}, # remove .py extensions

in setup.py

About

Python wrapper for libsvg2fps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages