diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-30 21:15:10 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-30 21:15:10 +0800 |
commit | 6275bcbb5e7306cc0ab941039f0376bd4f3c227b (patch) | |
tree | 11fba5ca53f05a58fd62de6bf28a37c550523536 /graphics/Makefile | |
parent | 770b1343404b6ca40ea4a38ecc2de3e56c78960b (diff) | |
download | freebsd-ports-gnome-6275bcbb5e7306cc0ab941039f0376bd4f3c227b.tar.gz freebsd-ports-gnome-6275bcbb5e7306cc0ab941039f0376bd4f3c227b.tar.zst freebsd-ports-gnome-6275bcbb5e7306cc0ab941039f0376bd4f3c227b.zip |
Add icon-slicer.
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.
The theme description file contains, among other things, information about the
source images to read, the location of each named cursor or icon within the
grid, and a set of aliases from names to other names.
WWW: http://www.freedesktop.org/wiki/Software/icon-slicer
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 1b8cd9e5072d..a3cfaed68183 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -199,6 +199,7 @@ SUBDIR += hugin SUBDIR += icoconvert SUBDIR += icod + SUBDIR += icon-slicer SUBDIR += icontact SUBDIR += ida SUBDIR += imageindex |