74 коммитов (a5ceceaf778dffa10a7d0e5c94c81791308f8c22)

Автор SHA1 Сообщение Дата
  sam a5ceceaf77 * stock.c: allow arbitrary sizes for the bayer stock image, even if they 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 31fd250bd2 * Support --autocontrast in pipi. 16 лет назад
  sam 7f3e08d021 * convolution.c: support for wrap-around in convolutions. 16 лет назад
  sam 103e0629a2 * pipi.c: implement the "--gray" flag for grayscale conversion. 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 b5500986b2 * floydsteinberg.c: minor optimisation in the FStein error propagation. 16 лет назад
  sam b658564a1f * context.c: fix an old bug that was incorrectly rounding down blur values. 16 лет назад
  sam ee6e43cf81 * stock.c: generate images with random noise. 16 лет назад
  sam eb9a270380 * pipi_dither_ordered() now takes two arguments; any image can be used as 16 лет назад
  sam 3014994c61 * codec.c: support for stock images in pipi_load(). 16 лет назад
  sam d6b8cca4ec * context.c: implement various dithering commands and Gaussian blur. 16 лет назад
  sam 0f3943d0fe * Add functions that handle a stack-based processing queue. 16 лет назад
  sam 1ff729fd7b * convolution.c: fix a small memory leak in the convolution filter. 16 лет назад
  sam 77ec441434 * blur.c: implement box blur; currently runs in O(n) but we could make it 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 baa61a9f6d * Handle alpha layer in floodfill (but don't make it conditionnal to the algorithm) 16 лет назад
  jylam 290e151913 * First shot of a floodfiller (both u32 and float, 4 neighbours) 16 лет назад
  sam 53268650a7 * dbs.c: generate the initial halftone using random dithering instead of 16 лет назад
  sam 0eda956bfc * random.c: implement random dithering using a deterministic pseudo-RNG. 16 лет назад
  sam 18dd51e1a5 * Dithering algorithms no longer modify the original image. 16 лет назад
  sam 2dc8bb35dd * pipi.c: fix a memory leak caused by empty picture having codec_format 16 лет назад
  sam 66f9ce5ea4 * pipi.c: implement pipi_copy(). 16 лет назад
  sam a17c6753e3 * pixels.c: store byte length and bits-per-pixel value in the pipi_pixels_t 16 лет назад
  sam 41efcdecc0 * Prefix dithering functions with _dither_ to avoid namespace cluttering. 16 лет назад
  sam 6a3309663e * ordered.c: implement Bayer dithering (pretty trivial). 16 лет назад
  sam a6dcd80490 * dbs.c: optimise DBS by ignoring 16x16 cells that had no pixel changes for 16 лет назад
  sam 2a3c7ca990 * dbs.c: improve the DBS human visual system kernel by adding two Gaussian 16 лет назад
  sam 8c4591f1d9 * blur.c: remove the blurring code and use our generic convolution 16 лет назад
  sam 03ca8dc76d * convolution.c: automatically detect when a convolution filter is separable 16 лет назад
  sam 89f35cb8fd * convolution.c: generic convolution method. Does not take advantage of 16 лет назад
  sam 87f8e922ab * Error diffusion methods now support either raster or serpentine scan. 16 лет назад
  sam 99d8af784e * pixels.c: support more conversion combinations. 16 лет назад
  sam 302ce37f8e * ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm. 16 лет назад
  sam 2182fdfdbf * floydsteinberg.c: perform Floyd-Steinberg dithering on a serpentine path. 16 лет назад
  sam 628c2618da * dbs.c: new dithering function: Direct Binary Search. One of the best 16 лет назад
  sam eaad4db6f9 * measure.c: there is now pipi_measure_msd in addition to pipi_measure_rmsd. 16 лет назад
  sam 4a278923ff * blur.c: adapt the kernel size to large values of dx and/or dy. 16 лет назад
  sam 1408cff41d * Add Floyd-Steinberg grayscale dithering. 16 лет назад
  sam 36da8b05dd * pixels.c: fix a typo in the dithering method that could cause crashes. 16 лет назад
  sam 9a536afd4f * measure.c: started writing error/measure functions. First one is RMSD. 16 лет назад
  sam a11f92ff95 * blur.c: support for greyscale images. 16 лет назад
  sam eea9f9b829 * pixels.c: start supporting grayscale images. 16 лет назад
  sam f687640a09 * codec.c: bump Imlib2 and OpenCV priorities over SDL. 16 лет назад
  sam af15db52cb * opencv.c: bring the OpenCV codec up to date. 16 лет назад
  sam 0d8f01566b * pixels.c: add support for 24-bpp BGR format. 16 лет назад
  sam 8953c91d6b * pipi.c: reimplement pipi_new() without relying on the underlying codec 16 лет назад