-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
53 lines (39 loc) · 2.22 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
----------------------------------------------------------
Haxe version of NeuQuant Neural-Net Quantization Algorithm
----------------------------------------------------------
1. Copyrights for NeuQuant Neural-Net Quantization Algorithm
2. Demo
3. Install and using
4. Documentation (http://wiki.github.com/ngrebenshikov/HaxeNeuQuant/)
1. NeuQuant Neural-Net Quantization Algorithm
---------------------------------------------
Copyright (c) 1994 Anthony Dekker
NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994.
See "Kohonen neural networks for optimal colour quantization"
in "Network: Computation in Neural Systems" Vol. 5 (1994) pp 351-367.
for a discussion of the algorithm.
See also http://members.ozemail.com.au/~dekker/NEUQUANT.HTML
Any party obtaining a copy of these files from the author, directly or
indirectly, is granted, free of charge, a full and unrestricted irrevocable,
world-wide, paid up, royalty-free, nonexclusive right and license to deal
in this software and documentation files (the "Software"), including without
limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons who receive
copies from any such party to do so, with the only requirement being
that this copyright notice remain intact.
Modified to quantize 32bit RGBA images for the pngnq program.
Also modified to accept a numebr of colors arguement.
Copyright (c) Stuart Coyle 2004-2006
Rewritten by Kornel Lesinski (2009)
Euclidean distance, color matching dependent on alpha channel
and with gamma correction. code refreshed for modern compilers/architectures:
ANSI C, floats, removed pointer tricks and used arrays and structs.
Ported from C to Haxe by Nickolay Grebenshikov, http://www.grebenshikov.ru, (2010)
Support 32bit ARGB images.
2. Demo
Flash demo - http://github.com/downloads/ngrebenshikov/HaxeNeuQuant/flashdemo.swf
3. Install and using
To install use haxelib: haxelib install neuquant.
For action script (flash only) developers: you can use compiled swf-library - http://github.com/downloads/ngrebenshikov/HaxeNeuQuant/neuquant.swf.
4. Documentation
You can find documentation in wiki - http://wiki.github.com/ngrebenshikov/HaxeNeuQuant/documentation