linuxstudio / dia-additional-shapes

Additional shapes for Dia, Debian package dia-shapes

Home Page:http://dia-installer.de/shapes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dia-shapes

These are additional shapes for Dia.

More information is available from dia-installer.de/shapes

The build system allows to package the shapes for use with Diashapes.

This package was previously named dia-additional-shapes.

Like Dia, this package is licensed under the terms of the GNU General Public License, version 2.

Sheets

Detailed information for some of the included sheets:

Shape processing

To turn all white pixels in a PNG icon transparent, use ImageMagick:

convert -alpha on -channel RGBA -fuzz 8% -fill none -opaque "#ffffff" \
	+repage foo.png foo.png 

src/floodfillicon.sh can be used to To floodfill all white areas from the outside.

About

Additional shapes for Dia, Debian package dia-shapes

http://dia-installer.de/shapes/

License:GNU General Public License v2.0


Languages

Language:C# 79.9%Language:Python 14.0%Language:Shell 6.1%