19 Revize (541e0213f7b9e0b315420b408d7f2600ce1accf3)

Autor SHA1 Zpráva Datum
  sam 645169e3b1 * Add the "halftone" dithering method, which uses classical halftone (aka. před 16 roky
  sam 44c9b8e15d * Get rid of the specific error diffusion functions, since our stock kernels před 16 roky
  sam 90c7527281 * Add pipi_dither_ediff(), a generic error diffusion dithering algorithm před 16 roky
  sam b40fc1b330 * atkinson.c: implement Atkinson dithering. před 16 roky
  sam 25cdf35a86 * jajuni.c: add Jarvis-Judice-Ninke dithering. It's a Floyd-Steinberg-like před 16 roky
  sam b5500986b2 * floydsteinberg.c: minor optimisation in the FStein error propagation. před 16 roky
  sam eb9a270380 * pipi_dither_ordered() now takes two arguments; any image can be used as před 16 roky
  sam 53268650a7 * dbs.c: generate the initial halftone using random dithering instead of před 16 roky
  sam 0eda956bfc * random.c: implement random dithering using a deterministic pseudo-RNG. před 16 roky
  sam 18dd51e1a5 * Dithering algorithms no longer modify the original image. před 16 roky
  sam 41efcdecc0 * Prefix dithering functions with _dither_ to avoid namespace cluttering. před 16 roky
  sam 6a3309663e * ordered.c: implement Bayer dithering (pretty trivial). před 16 roky
  sam a6dcd80490 * dbs.c: optimise DBS by ignoring 16x16 cells that had no pixel changes for před 16 roky
  sam 2a3c7ca990 * dbs.c: improve the DBS human visual system kernel by adding two Gaussian před 16 roky
  sam 87f8e922ab * Error diffusion methods now support either raster or serpentine scan. před 16 roky
  sam 302ce37f8e * ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm. před 16 roky
  sam 2182fdfdbf * floydsteinberg.c: perform Floyd-Steinberg dithering on a serpentine path. před 16 roky
  sam 628c2618da * dbs.c: new dithering function: Direct Binary Search. One of the best před 16 roky
  sam 1408cff41d * Add Floyd-Steinberg grayscale dithering. před 16 roky