1c4cf2f342
- Add LICENSE (GPLv2) - Convert to new options framework - Add explicit pkgconf build dependency - Trim Makefile header - Bump PORTREVISION since a file was added to PORTDOCS - Trim down pkg-descr a bit - Pass maintainership to submitter PR: ports/173569 Submitted by: nemysis <nemysis@gmx.ch> Feature safe: yes
22 lines
861 B
Text
22 lines
861 B
Text
icon-slicer is a utility for generating icon themes and libXcursor cursor
|
|
themes.
|
|
|
|
The inputs to icon-slicer are conceptually:
|
|
A) a set of multi-layer images, one for each size
|
|
B) a XML theme description file
|
|
|
|
Each image contains all the cursors arranged in a grid; for cursors the
|
|
layers are:
|
|
- a layer with a dot for the hotspot of each cursor
|
|
- the main image or first animation frame for multi-frame animated cursors
|
|
- the second animation frame for multi-frame animated cursors
|
|
|
|
For icons, the layers are:
|
|
- a layer with the images
|
|
- an optional layer with attachment points for emblems
|
|
- an optional layer with boxes for embedding text into icons
|
|
|
|
In practice, since loading of multilayer images is not supported by standard
|
|
image libraries, each layer is input as a separate image file.
|
|
|
|
WWW: http://www.freedesktop.org/wiki/Software/icon-slicer
|