Development Team/Almanac/Making Icons: Difference between revisions

Eben (talk | contribs)
New page: ==Icon Format== ====Scalable Vector Graphics==== Icons designed for Sugar should have the [http://www.w3.org/Graphics/SVG/ SVG] file format. This Scalable Vector Graphic format allows S...
 
Eben (talk | contribs)
Line 57: Line 57:


==Sugarizing Icons==
==Sugarizing Icons==
In order to streamline the process of creating sugar compatible icons, we provide the [[media: sugar-iconify.py  | sugar-iconify]] script.  This script takes an SVG file as input and outputs a new SVG (or SVGs) containing the proper entity definitions.  It offers a number of command-line flags for performing variations on this process to fit smoothly into your workflow.  You can view all of the available options by running <tt>sugar-iconify -h</tt> from the command line.  Some specific examples and use cases are illustrated below in more detail.
=====Download=====


* [[media: sugar-iconify.py  | sugar-iconify.py]]
* [[media: sugar-iconify.py  | sugar-iconify.py]]


===Basic Conversion===
===Icon Sets===


==Hacking by Hand==
==Hacking by Hand==