PaletteOptimiser

Changelog

(0) -10 +10 +100 tip
33:da4132364cfd
2015-10-03 Paul Boddie changeset files shortlog graph Experiment with replacing colours with black and white.
optimiser.py
32:3a950efbc68f 28:b645174fcbb8
2015-10-03 Paul Boddie changeset files shortlog graph Sum colour probabilities instead of counting requested colours. Find the best alternative for each unallocated colour from the allocated ones. Removed the preview image saving.
optimiser.py
31:244292b4816c 29:21c5d47536ea
2015-10-02 Paul Boddie changeset files shortlog graph Use a proper main program!
dither.py
30:fa52036b3d75 28:b645174fcbb8
2015-10-02 Paul Boddie changeset files shortlog graph Fixed the preview filename.
optimiser.py
29:21c5d47536ea 31:244292b4816c 27:736979f99379
2015-10-02 Paul Boddie changeset files shortlog graph Added experiments with PIL's dithering/quantizing, summing colour probabilities, finding the "best" combinations where more than four colours are required. Removed the preview image saving.
dither.py optimiser.py
28:b645174fcbb8 30:fa52036b3d75 32:3a950efbc68f 26:cd815af3effc
2015-10-02 Paul Boddie changeset files shortlog graph Simplified get_value to use probabilities instead of pixel positions. Removed redundant functions.
optimiser.py
27:736979f99379 29:21c5d47536ea
2015-10-02 Paul Boddie changeset files shortlog graph Experiment with combining more than two colours at once for an input colour.
optimiser.py
26:cd815af3effc 27:736979f99379 28:b645174fcbb8 24:c768f24e5233
2015-10-01 Paul Boddie changeset files shortlog graph Reduced the frequency of the second colour in the dithering pattern. Added preview image generation support.
optimiser.py
25:5d600ea41889
2015-10-01 Paul Boddie changeset files shortlog graph Experiment with calculating the dithering factor using the sum of the lengths of the vectors connecting the start colour to the end colour via the given colour.
optimiser.py
24:c768f24e5233 25:5d600ea41889 26:cd815af3effc
2015-10-01 Paul Boddie changeset files shortlog graph Choose the nearest alternative colours to the original colour.
optimiser.py
(0) -10 +10 +100 tip