37 Commits (4ff03fd6888ab5f1f65c93ad0b8b42982427b980)

Autor SHA1 Mensaje Fecha
  jylam 3553851ad5 * Preliminary support for a string to color routine (rgb(), argb() frgb(), fargb()) as well as named colors hace 16 años
  jylam 756cc89890 * Preliminary image histogram routines and example hace 16 años
  sam a25a78d31c * line.c: make the line drawing example use aliased lines. hace 16 años
  jylam 6d69dcc7ea * Added bezier files, lolz. hace 16 años
  jylam 306ec17156 * Added a bezier curve primitive (2 control points). hace 16 años
  jylam c759699dba * Fixed the second part of the previous buffer overflow. No comment. hace 16 años
  jylam b67fde0e94 * Added Wu-Xaolin antialiased lines (Still lacks RGBA32 transparency code, with a fallback to float for now) hace 16 años
  jylam 971efb124e * Added simple Bresenham line drawing routines (RGBA_32, RGBA_F, Y_F) hace 16 años
  sam 44c9b8e15d * Get rid of the specific error diffusion functions, since our stock kernels hace 16 años
  sam db43a4df0d * img2rubik.c: add quick and dirty dithering code to img2rubik. hace 16 años
  sam baa3d82e4b * Move the palette reduction algorithm into pipi_reduce(). hace 16 años
  sam f6e201c341 * img2rubik.c: improve stability by clipping t. hace 16 años
  sam 585af308a2 * img2rubik.c: fix convex hull build, some points were not properly hace 16 años
  sam b9ccaad752 * img2rubik.c: hace 16 años
  sam 0151c722cd * More img2rubik experimentation, with a lot of debugging messages. hace 16 años
  sam e23268c286 * img2rubik.c: factor out the hull generation so that we can also build a hace 16 años
  sam 89ae481795 * More color reduction work: we can now constraint an image's palette to hace 16 años
  sam 13bbfb8b27 * Start working on colour reduction with a constrained palette. hace 16 años
  sam 97930521fc * blur.c: add an argument to the gaussian convolution to specify an angle. hace 16 años
  sam d6b8cca4ec * context.c: implement various dithering commands and Gaussian blur. hace 16 años
  sam c269c219b2 * Get rid of test.c, it was no longer useful anyway. hace 16 años
  jylam baa61a9f6d * Handle alpha layer in floodfill (but don't make it conditionnal to the algorithm) hace 16 años
  jylam 290e151913 * First shot of a floodfiller (both u32 and float, 4 neighbours) hace 16 años
  sam 0eda956bfc * random.c: implement random dithering using a deterministic pseudo-RNG. hace 16 años
  sam 41efcdecc0 * Prefix dithering functions with _dither_ to avoid namespace cluttering. hace 16 años
  sam 6a3309663e * ordered.c: implement Bayer dithering (pretty trivial). hace 16 años
  sam bf31390d1e * sharpen.c: add a sharpen filter example, using our generic convolution hace 16 años
  sam c587c29021 * blur.c: fix the blur example’s argument checking. hace 16 años
  sam 870828bc87 * edd.c: output MSD instead of RMSD in the displacement computation. hace 16 años
  sam 87f8e922ab * Error diffusion methods now support either raster or serpentine scan. hace 16 años
  sam 99d8af784e * pixels.c: support more conversion combinations. hace 16 años
  sam 302ce37f8e * ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm. hace 16 años
  sam 3e575ba28a * dither.c: add an example program for dithering methods. hace 16 años
  sam 18fd8276bd * edd.c: output E_fast as well. hace 16 años
  sam 5974ab95c5 * edd.c: example program that computes the Floyd-Steinberg displacement, hace 16 años
  sam 60dea0643d * Add a blur example. hace 16 años
  sam 735b2a5da0 * Checking in an old Rubik's cube dithering test. hace 16 años