29 Commits (db43a4df0d971f599fd03013c6fa2a3e7bdbdc6d)

Autor SHA1 Mensaje Fecha
  sam baa3d82e4b * Move the palette reduction algorithm into pipi_reduce(). hace 16 años
  sam 18e1cc4471 * Add pipi_invert() to invert an image's colours. hace 16 años
  sam 48b881b6fa * Add pipi_tile, to create image mosaics. hace 16 años
  sam b74fad466b * Implement difference, multiply, divide, screen and overlay blend methods. hace 16 años
  sam da84205cde * subadd.c: add pipi_sub() and pipi_add() as another way to combine two hace 16 años
  sam 6fb5354eff * minmax.c: add pipi_min() and pipi_max() as another way to combine two hace 16 años
  sam 9bd6b555f9 * mean.c: implement pipi_mean() to compute a mean image. hace 16 años
  sam ec187df115 * convolution_template.h: split convolution routines into separate functions hace 16 años
  sam 25cdf35a86 * jajuni.c: add Jarvis-Judice-Ninke dithering. It's a Floyd-Steinberg-like hace 16 años
  sam 3014994c61 * codec.c: support for stock images in pipi_load(). hace 16 años
  sam 0f3943d0fe * Add functions that handle a stack-based processing queue. hace 16 años
  sam b7c2d1f847 * autocontrast.c: simple autocontrast filter; does not work very well. hace 16 años
  sam c269c219b2 * Get rid of test.c, it was no longer useful anyway. 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 6a3309663e * ordered.c: implement Bayer dithering (pretty trivial). hace 16 años
  sam 89f35cb8fd * convolution.c: generic convolution method. Does not take advantage of hace 16 años
  sam 302ce37f8e * ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm. hace 16 años
  sam 628c2618da * dbs.c: new dithering function: Direct Binary Search. One of the best hace 16 años
  sam 1408cff41d * Add Floyd-Steinberg grayscale dithering. hace 16 años
  sam 9a536afd4f * measure.c: started writing error/measure functions. First one is RMSD. hace 16 años
  sam 732f6b2335 * configure.ac: fix the OpenCV detection by using pkg-config. hace 16 años
  sam 7d147f3576 * Test implementation of Gaussian blurring. It's awfully slow and does not hace 16 años
  sam 1d6c2c507d * Implemented 24 -> 16 bpp dithering. hace 17 años
  sam 735b2a5da0 * Checking in an old Rubik's cube dithering test. hace 17 años
  sam 6a86e2b643 * Split the image loaders into sdl.c, imlib.c and opencv.c. We'll do hace 17 años
  sam 84cc96a98e * Starting image resizing. X-wise resize works so far. hace 17 años
  sam 53aa513e3e * Import image loading features from PWNtcha. As they are more than 4-year hace 17 años
  sam 08e83cb836 * Initial code skeleton. hace 17 años