• Stars
    star
    38
  • Rank 682,585 (Top 14 %)
  • Language
    Go
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An interface for image color quantizers.

Quant

Experiments with color quantizers

Implemented here are two rather simple quantizers and an (also simple) ditherer. The quantizers satisfy the draw.Quantizer interface of the standard library. The ditherer satisfies the draw.Drawer interface of the standard library.

More Repositories

1

meeus

Implementation of "Astronomical Algorithms" by Jean Meeus
Go
320
star
2

graph

Simple and fast graph library
Go
71
star
3

LittleBookOfSemaphores

A Go Language take on Allen Downey's Free Book "The Little Book of Semaphores"
Go
21
star
4

integer

Various integer routines, including computation of prime numbers and factorials.
Go
14
star
5

kdtree

K-d tree example code
Go
13
star
6

raycast

Ray casting point-in-polygon algorithm
Go
7
star
7

multiset

Map-based multisets
Go
6
star
8

graph2

Experiments with graph algorithms
Go
6
star
9

vlist

VList data structure
Go
5
star
10

bio

Bioinformatics algorithms
Go
5
star
11

astro

stuff generally useful in astronomy
Go
5
star
12

dlx-sudoku

Solves Sudoku puzzles using Knuth's DLX algorithm
Go
4
star
13

sexagesimal

Sexagesimal formatting
Go
3
star
14

nnls

Non-negative least squares
Go
3
star
15

cluster

A few clustering methods including K-Means++ and UPGMA
Go
3
star
16

accsum

Accurate floating point summation algorithms
Go
3
star
17

knight

Knight's tour solution by ant colony optimization
Go
3
star
18

tagheap

Interface-free heap API
Go
2
star
19

unit

Go
2
star
20

perm

Permutation generators
Go
2
star
21

abrev

Command abbreviation expander
Go
2
star
22

roman

Roman numeral parse and and format.
Go
2
star
23

coord

2D spherical coordinates and 3D cartesian coordinates
Go
2
star
24

vsop87

vsop87 computes planetaty positions using the standard VSOP87 files.
Go
2
star
25

mpcformat

Formats and conventions of the Minor Planet Center.
Go
1
star
26

mandelbrot

Mandelbrot set
Go
1
star
27

exit

Exit a program while both running deferred functions and returning an exit code
Go
1
star
28

lcg

A primitive linear congruential generator
Go
1
star
29

avl

AVL Tree
Go
1
star
30

subseq

Subsequence functions
Go
1
star