LUMIERA.clone/data/icons
2022-10-14 20:26:49 +02:00
..
prerendered DemoGuiRoundtrip: add new dock for UI experiments (#1099) 2017-08-31 20:15:52 +02:00
svg Icon: variants turning the hand up/down 2022-10-14 20:26:49 +02:00
README move Icon building down into separate SConscript 2012-01-11 07:05:01 +01:00
timeline-panel.svg move Icon building down into separate SConscript 2012-01-11 07:05:01 +01:00

#
# Lumiera Icon Artwork
#
#  Copyright (C)         Lumiera.org
#    2008,               Joel Holdsworth <joel@airwebreathe.org.uk>
#
#  Icon Artwork and similar materials accompanying the Lumiera Application
#  is dual-licensed under the GNU General Public License version 2 or above,
#  and
#  Creative Commons Attribution-ShareAlike 3.0 Unported License
#
#


This directory holds Icons and similar graphics resources for the Lumiera GUI.

- prerendered: Raster image Icons rendered into a selection of sizes
- svg: Scalable Vector Grahpics Icons, to be rendered into suitable sizes
       by the build process. Rendering is done with the help of lib Cairo.
       The build creates an executable from src/tools/rsvg-convert.c
       The invocation of the icon rendering is done with the help of a
       Python script IconSvgRenderer.py, which first parses the SVG document
       and then invokes rsvg-convert to generate the raster images.