38 коммитов (541e0213f7b9e0b315420b408d7f2600ce1accf3)

Автор SHA1 Сообщение Дата
  sam 6e0afb6f37 * Put the random and Bayer stock image generation into pipi/render/*. 16 лет назад
  sam 645169e3b1 * Add the "halftone" dithering method, which uses classical halftone (aka. 16 лет назад
  sam 44c9b8e15d * Get rid of the specific error diffusion functions, since our stock kernels 16 лет назад
  sam 90c7527281 * Add pipi_dither_ediff(), a generic error diffusion dithering algorithm 16 лет назад
  sam e38943a327 * rgb.c: implement pipi_rgb(), to combine three RGB channels. 16 лет назад
  sam b40fc1b330 * atkinson.c: implement Atkinson dithering. 16 лет назад
  sam 2da45f954b * Implement pipi_vflip() and pipi_hflip(). 16 лет назад
  sam 31fec9b526 * Add pipi_dilate() / pipi_erode() and --dilate / --erode. 16 лет назад
  sam d9f3b654bc * median.c: add a median filter. Highly unoptimised for now. 16 лет назад
  sam baa3d82e4b * Move the palette reduction algorithm into pipi_reduce(). 16 лет назад
  sam 18e1cc4471 * Add pipi_invert() to invert an image's colours. 16 лет назад
  sam 48b881b6fa * Add pipi_tile, to create image mosaics. 16 лет назад
  sam b74fad466b * Implement difference, multiply, divide, screen and overlay blend methods. 16 лет назад
  sam da84205cde * subadd.c: add pipi_sub() and pipi_add() as another way to combine two 16 лет назад
  sam 6fb5354eff * minmax.c: add pipi_min() and pipi_max() as another way to combine two 16 лет назад
  sam 9bd6b555f9 * mean.c: implement pipi_mean() to compute a mean image. 16 лет назад
  sam ec187df115 * convolution_template.h: split convolution routines into separate functions 16 лет назад
  sam 25cdf35a86 * jajuni.c: add Jarvis-Judice-Ninke dithering. It's a Floyd-Steinberg-like 16 лет назад
  sam 3014994c61 * codec.c: support for stock images in pipi_load(). 16 лет назад
  sam 0f3943d0fe * Add functions that handle a stack-based processing queue. 16 лет назад
  sam b7c2d1f847 * autocontrast.c: simple autocontrast filter; does not work very well. 16 лет назад
  sam c269c219b2 * Get rid of test.c, it was no longer useful anyway. 16 лет назад
  jylam 290e151913 * First shot of a floodfiller (both u32 and float, 4 neighbours) 16 лет назад
  sam 0eda956bfc * random.c: implement random dithering using a deterministic pseudo-RNG. 16 лет назад
  sam 6a3309663e * ordered.c: implement Bayer dithering (pretty trivial). 16 лет назад
  sam 89f35cb8fd * convolution.c: generic convolution method. Does not take advantage of 16 лет назад
  sam 302ce37f8e * ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm. 16 лет назад
  sam 628c2618da * dbs.c: new dithering function: Direct Binary Search. One of the best 16 лет назад
  sam 1408cff41d * Add Floyd-Steinberg grayscale dithering. 16 лет назад
  sam 9a536afd4f * measure.c: started writing error/measure functions. First one is RMSD. 16 лет назад
  sam 732f6b2335 * configure.ac: fix the OpenCV detection by using pkg-config. 16 лет назад
  sam 7d147f3576 * Test implementation of Gaussian blurring. It's awfully slow and does not 16 лет назад
  sam 1d6c2c507d * Implemented 24 -> 16 bpp dithering. 16 лет назад
  sam 735b2a5da0 * Checking in an old Rubik's cube dithering test. 16 лет назад
  sam 6a86e2b643 * Split the image loaders into sdl.c, imlib.c and opencv.c. We'll do 16 лет назад
  sam 84cc96a98e * Starting image resizing. X-wise resize works so far. 17 лет назад
  sam 53aa513e3e * Import image loading features from PWNtcha. As they are more than 4-year 17 лет назад
  sam 08e83cb836 * Initial code skeleton. 17 лет назад