vrosnet / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 1 forks source link

Color Reduction functionality #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Needed Color Reduction Functionality to reduce 24RGB to Indexed Palette 
with needed Colors with/wihout Dithering

Original issue reported on code.google.com by narendar...@gmail.com on 30 Jun 2007 at 1:15

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 12 Sep 2007 at 4:44

GoogleCodeExporter commented 8 years ago
Oh, yes, this could be VERY interesting !

Original comment by jambonb...@gmail.com on 20 Dec 2008 at 1:11

GoogleCodeExporter commented 8 years ago
Do we know by when this is targetted?

Original comment by chhat...@gmail.com on 20 Jun 2009 at 6:50

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 2 Dec 2010 at 3:06

GoogleCodeExporter commented 8 years ago
Added median cut color quantization algorithm and a helper class which allows 
calculating reduced color palette for a given image and performing color 
reduction itself (creating 4 bpp or 8 bpp indexed images). Also added set of 
color dithering methods, which may be use in conjunction with color 
quantization routine.

Committed in revisions 1353-1354. Will be released in version 2.1.5.

Original comment by andrew.k...@gmail.com on 3 Dec 2010 at 1:59

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 12 Jan 2011 at 11:41