Skip to content

ngrebenshikov/HaxeNeuQuant

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
----------------------------------------------------------
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

About

A haxe implementation of NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published