summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libxmi/metadata.xml')
-rw-r--r--media-libs/libxmi/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/media-libs/libxmi/metadata.xml b/media-libs/libxmi/metadata.xml
new file mode 100644
index 000000000000..f75eebabbe18
--- /dev/null
+++ b/media-libs/libxmi/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>printing</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+GNU libxmi is a C/C++ function library for rasterizing 2-D vector graphics. It
+can draw 2-D graphical primitives, including wide polygonal lines and circular
+and elliptical arcs, into a user-supplied matrix of pixels. Sophisticated line
+styles, such as multicolored dashing patterns, can be specified. There is also
+support for filling and texturing polygons.
+
+It can be used as a drop-in rendering module in any application that needs to
+scan-convert 2-D vector graphics. It is highly customizable. For example, the
+`pixel' datatype can be redefined at compile time. The algorithm used for
+compositing pixels can be redefined too. By default, libxmi uses the
+Painter's Algorithm (a new pixel value replaces an old one). But it would be
+trivial to install it so that it uses alpha compositing instead. The package,
+and its header file xmi.h, include full documentation.
+</longdescription>
+</pkgmetadata>