summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-09-15 11:23:49 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-09-15 11:23:49 +0000
commitac1c2b5f479073aa26fb07dd18557285e18a21ca (patch)
tree19641aa88b5c9353079928400f2bedba91796e3c /README
parent196cba60336459f242369b9ad3a14aebe0b80c23 (diff)
downloadalphagen-ac1c2b5f479073aa26fb07dd18557285e18a21ca.tar.gz
alphagen-ac1c2b5f479073aa26fb07dd18557285e18a21ca.tar.bz2
Documentation and licence info.
svn path=/trunk/tools/alphagen/; revision=10778
Diffstat (limited to 'README')
-rw-r--r--README39
1 files changed, 39 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6bc7a47
--- /dev/null
+++ b/README
@@ -0,0 +1,39 @@
+--------------------------------------------------------------------------------
+ AlphaGen README
+--------------------------------------------------------------------------------
+
+ AlphaGen is a utility for recovering alpha channel information for bitmaps.
+ It requires two copies of the input image, one on a black background and
+ one on a white background.
+
+ Usage:
+
+ alphagen <black.png> <white.png> <output.png>
+
+ It outputs a PNG with an alpha channel.
+
+
+ Building AlphaGen
+===================
+
+ To compile AlphaGen:
+
+ $ make
+
+ To cross-compile AlphaGen:
+
+ $ make TARGET=<target-platform>
+
+ LibPNG is required to build.
+
+
+ Obtaining AlphaGen
+====================
+
+ AlphaGen is available from the NetSurf source repository:
+
+ Subversion: svn://svn.netsurf-browser.org/trunk/tools/alphagen/
+
+ Michael Drake's web site is:
+
+ http://www.smoothartist.com/