Metadata-Version: 2.1
Name: inkscape_layer_utils
Version: 0.5.0
Summary: Simple library to extract and manipulate layers in inkscape SVGs
Home-page: https://github.com/twyleg/inkscape_layer_utils
Author: Torsten Wylegala
Author-email: mail@twyleg.de
License: GPL 3.0
Keywords: inkscape svg layer utilities
License-File: LICENSE

Inkscape Layer Utils
====================

Simple utils to interact with Inkscape SVG images and their layers.
Typical use case is extracting layers from an input SVG or manipulating attributes of elements in an image
(e.g. coloring certain elements).

Take the following multilayer image as an example:

.. image:: https://raw.githubusercontent.com/twyleg/inkscape_layer_utils/master/docs/_static/imgs/inkscape_test_image_with_layers.png

The architecture of the image can also be visualized like this:

.. image:: https://raw.githubusercontent.com/twyleg/inkscape_layer_utils/master/docs/_static/imgs/example_image_stacked.svg

Or as a tree:

.. image:: https://raw.githubusercontent.com/twyleg/inkscape_layer_utils/master/docs/_static/imgs/example_image_tree.svg

The utilities can be used as a library or command line tool. Take a look at the examples section for further explanation.

Examples
--------

All examples can be found in the `examples/ <https://github.com/twyleg/inkscape_layer_utils/tree/master/examples>`_ directory.
