20 Commits (13bbfb8b27e73e7ab59b847a077f281e712abf03)

Autor SHA1 Mensagem Data
  sam 13bbfb8b27 * Start working on colour reduction with a constrained palette. 16 anos atrás
  sam 97930521fc * blur.c: add an argument to the gaussian convolution to specify an angle. 16 anos atrás
  sam d6b8cca4ec * context.c: implement various dithering commands and Gaussian blur. 16 anos atrás
  sam c269c219b2 * Get rid of test.c, it was no longer useful anyway. 16 anos atrás
  jylam baa61a9f6d * Handle alpha layer in floodfill (but don't make it conditionnal to the algorithm) 16 anos atrás
  jylam 290e151913 * First shot of a floodfiller (both u32 and float, 4 neighbours) 16 anos atrás
  sam 0eda956bfc * random.c: implement random dithering using a deterministic pseudo-RNG. 16 anos atrás
  sam 41efcdecc0 * Prefix dithering functions with _dither_ to avoid namespace cluttering. 16 anos atrás
  sam 6a3309663e * ordered.c: implement Bayer dithering (pretty trivial). 16 anos atrás
  sam bf31390d1e * sharpen.c: add a sharpen filter example, using our generic convolution 16 anos atrás
  sam c587c29021 * blur.c: fix the blur example’s argument checking. 16 anos atrás
  sam 870828bc87 * edd.c: output MSD instead of RMSD in the displacement computation. 16 anos atrás
  sam 87f8e922ab * Error diffusion methods now support either raster or serpentine scan. 16 anos atrás
  sam 99d8af784e * pixels.c: support more conversion combinations. 16 anos atrás
  sam 302ce37f8e * ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm. 16 anos atrás
  sam 3e575ba28a * dither.c: add an example program for dithering methods. 16 anos atrás
  sam 18fd8276bd * edd.c: output E_fast as well. 16 anos atrás
  sam 5974ab95c5 * edd.c: example program that computes the Floyd-Steinberg displacement, 16 anos atrás
  sam 60dea0643d * Add a blur example. 16 anos atrás
  sam 735b2a5da0 * Checking in an old Rubik's cube dithering test. 16 anos atrás