23 次代码提交 (9bd6b555f901c8b2c1d280f942a011e1cc0368cd)

作者 SHA1 备注 提交日期
  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 年前