76 Commits (0549f4328797f1e84c8f67cd32492820980a186c)
 

Autor SHA1 Nachricht Datum
  sam 0549f43287 * Start working on "pipi", a command-line libpipi tool. It will be similar vor 16 Jahren
  sam 0f3943d0fe * Add functions that handle a stack-based processing queue. vor 16 Jahren
  sam 1ff729fd7b * convolution.c: fix a small memory leak in the convolution filter. vor 16 Jahren
  sam 77ec441434 * blur.c: implement box blur; currently runs in O(n) but we could make it vor 16 Jahren
  sam b7c2d1f847 * autocontrast.c: simple autocontrast filter; does not work very well. vor 16 Jahren
  sam c269c219b2 * Get rid of test.c, it was no longer useful anyway. vor 16 Jahren
  jylam baa61a9f6d * Handle alpha layer in floodfill (but don't make it conditionnal to the algorithm) vor 16 Jahren
  jylam 290e151913 * First shot of a floodfiller (both u32 and float, 4 neighbours) vor 16 Jahren
  sam 53268650a7 * dbs.c: generate the initial halftone using random dithering instead of vor 16 Jahren
  sam 0eda956bfc * random.c: implement random dithering using a deterministic pseudo-RNG. vor 16 Jahren
  sam 18dd51e1a5 * Dithering algorithms no longer modify the original image. vor 16 Jahren
  sam 2dc8bb35dd * pipi.c: fix a memory leak caused by empty picture having codec_format vor 16 Jahren
  sam 66f9ce5ea4 * pipi.c: implement pipi_copy(). vor 16 Jahren
  sam a17c6753e3 * pixels.c: store byte length and bits-per-pixel value in the pipi_pixels_t vor 16 Jahren
  sam 41efcdecc0 * Prefix dithering functions with _dither_ to avoid namespace cluttering. vor 16 Jahren
  sam 6a3309663e * ordered.c: implement Bayer dithering (pretty trivial). vor 16 Jahren
  sam a6dcd80490 * dbs.c: optimise DBS by ignoring 16x16 cells that had no pixel changes for vor 16 Jahren
  sam 2a3c7ca990 * dbs.c: improve the DBS human visual system kernel by adding two Gaussian vor 16 Jahren
  sam bf31390d1e * sharpen.c: add a sharpen filter example, using our generic convolution vor 16 Jahren
  sam 8c4591f1d9 * blur.c: remove the blurring code and use our generic convolution vor 16 Jahren
  sam 03ca8dc76d * convolution.c: automatically detect when a convolution filter is separable vor 16 Jahren
  sam c587c29021 * blur.c: fix the blur example’s argument checking. vor 16 Jahren
  sam 89f35cb8fd * convolution.c: generic convolution method. Does not take advantage of vor 16 Jahren
  sam 870828bc87 * edd.c: output MSD instead of RMSD in the displacement computation. vor 16 Jahren
  sam 87f8e922ab * Error diffusion methods now support either raster or serpentine scan. vor 16 Jahren
  sam 99d8af784e * pixels.c: support more conversion combinations. vor 16 Jahren
  sam 302ce37f8e * ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm. vor 16 Jahren
  sam 2182fdfdbf * floydsteinberg.c: perform Floyd-Steinberg dithering on a serpentine path. vor 16 Jahren
  sam 3e575ba28a * dither.c: add an example program for dithering methods. vor 16 Jahren
  sam 628c2618da * dbs.c: new dithering function: Direct Binary Search. One of the best vor 16 Jahren
  sam eaad4db6f9 * measure.c: there is now pipi_measure_msd in addition to pipi_measure_rmsd. vor 16 Jahren
  sam 18fd8276bd * edd.c: output E_fast as well. vor 16 Jahren
  sam 5974ab95c5 * edd.c: example program that computes the Floyd-Steinberg displacement, vor 16 Jahren
  sam 4a278923ff * blur.c: adapt the kernel size to large values of dx and/or dy. vor 16 Jahren
  sam 1408cff41d * Add Floyd-Steinberg grayscale dithering. vor 16 Jahren
  sam 36da8b05dd * pixels.c: fix a typo in the dithering method that could cause crashes. vor 16 Jahren
  sam 9a536afd4f * measure.c: started writing error/measure functions. First one is RMSD. vor 16 Jahren
  sam a11f92ff95 * blur.c: support for greyscale images. vor 16 Jahren
  sam eea9f9b829 * pixels.c: start supporting grayscale images. vor 16 Jahren
  sam f687640a09 * codec.c: bump Imlib2 and OpenCV priorities over SDL. vor 16 Jahren
  sam af15db52cb * opencv.c: bring the OpenCV codec up to date. vor 16 Jahren
  sam 0d8f01566b * pixels.c: add support for 24-bpp BGR format. vor 16 Jahren
  sam 8953c91d6b * pipi.c: reimplement pipi_new() without relying on the underlying codec vor 16 Jahren
  sam 732f6b2335 * configure.ac: fix the OpenCV detection by using pkg-config. vor 16 Jahren
  sam 3d86c2f45a * Start shipping unit tests. The first one checks that converting an vor 16 Jahren
  sam caba836e5d * pixels.c: clamp pixels in the float32 -> rgba32 conversion to avoid vor 16 Jahren
  sam 877e7b21a9 * filter/blur.c: avoid annoying side effects with very small or negative vor 16 Jahren
  sam ea38654c88 * filter/blur.c: minor optimisation in the kernel generation. vor 16 Jahren
  sam 4a857277a7 * blur.c: support for variable blur radius and Gaussian offset. vor 16 Jahren
  sam e15f20a316 * pixels.c: add Floyd-Steinberg dithering to the float32 -> rgba32 vor 16 Jahren