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

tynn/libsvg2fps

Repository files navigation

libsvg2fps

libsvg2fps is a library to render an SVG animation as PNG frames.

The interface for libsvg2fps to handle requests for frames is defined in svg2fps.h.
The SVG animation handling itself is defined in svg2fps_animation.h.

The GTK+ implementation is the sole backend for the time being.

Installation

Create libsvg2fps with

 ./configure && make

and install with

 sudo make install

If the configure script does not exist, run

 autoreconf -fi

first.

About

Render SVG animation as series of PNG images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages