86 Revīzijas (7f3e08d0213a0f7cca847ad70804b48aa559ef2e)
 

Autors SHA1 Ziņojums Datums
  sam 7f3e08d021 * convolution.c: support for wrap-around in convolutions. pirms 16 gadiem
  sam 103e0629a2 * pipi.c: implement the "--gray" flag for grayscale conversion. pirms 16 gadiem
  sam ec187df115 * convolution_template.h: split convolution routines into separate functions pirms 16 gadiem
  sam 25cdf35a86 * jajuni.c: add Jarvis-Judice-Ninke dithering. It's a Floyd-Steinberg-like pirms 16 gadiem
  sam b5500986b2 * floydsteinberg.c: minor optimisation in the FStein error propagation. pirms 16 gadiem
  sam b658564a1f * context.c: fix an old bug that was incorrectly rounding down blur values. pirms 16 gadiem
  sam ee6e43cf81 * stock.c: generate images with random noise. pirms 16 gadiem
  sam eb9a270380 * pipi_dither_ordered() now takes two arguments; any image can be used as pirms 16 gadiem
  sam 3014994c61 * codec.c: support for stock images in pipi_load(). pirms 16 gadiem
  sam d6b8cca4ec * context.c: implement various dithering commands and Gaussian blur. pirms 16 gadiem
  sam 0549f43287 * Start working on "pipi", a command-line libpipi tool. It will be similar pirms 16 gadiem
  sam 0f3943d0fe * Add functions that handle a stack-based processing queue. pirms 16 gadiem
  sam 1ff729fd7b * convolution.c: fix a small memory leak in the convolution filter. pirms 16 gadiem
  sam 77ec441434 * blur.c: implement box blur; currently runs in O(n) but we could make it pirms 16 gadiem
  sam b7c2d1f847 * autocontrast.c: simple autocontrast filter; does not work very well. pirms 16 gadiem
  sam c269c219b2 * Get rid of test.c, it was no longer useful anyway. pirms 16 gadiem
  jylam baa61a9f6d * Handle alpha layer in floodfill (but don't make it conditionnal to the algorithm) pirms 16 gadiem
  jylam 290e151913 * First shot of a floodfiller (both u32 and float, 4 neighbours) pirms 16 gadiem
  sam 53268650a7 * dbs.c: generate the initial halftone using random dithering instead of pirms 16 gadiem
  sam 0eda956bfc * random.c: implement random dithering using a deterministic pseudo-RNG. pirms 16 gadiem
  sam 18dd51e1a5 * Dithering algorithms no longer modify the original image. pirms 16 gadiem
  sam 2dc8bb35dd * pipi.c: fix a memory leak caused by empty picture having codec_format pirms 16 gadiem
  sam 66f9ce5ea4 * pipi.c: implement pipi_copy(). pirms 16 gadiem
  sam a17c6753e3 * pixels.c: store byte length and bits-per-pixel value in the pipi_pixels_t pirms 16 gadiem
  sam 41efcdecc0 * Prefix dithering functions with _dither_ to avoid namespace cluttering. pirms 16 gadiem
  sam 6a3309663e * ordered.c: implement Bayer dithering (pretty trivial). pirms 16 gadiem
  sam a6dcd80490 * dbs.c: optimise DBS by ignoring 16x16 cells that had no pixel changes for pirms 16 gadiem
  sam 2a3c7ca990 * dbs.c: improve the DBS human visual system kernel by adding two Gaussian pirms 16 gadiem
  sam bf31390d1e * sharpen.c: add a sharpen filter example, using our generic convolution pirms 16 gadiem
  sam 8c4591f1d9 * blur.c: remove the blurring code and use our generic convolution pirms 16 gadiem
  sam 03ca8dc76d * convolution.c: automatically detect when a convolution filter is separable pirms 16 gadiem
  sam c587c29021 * blur.c: fix the blur example’s argument checking. pirms 16 gadiem
  sam 89f35cb8fd * convolution.c: generic convolution method. Does not take advantage of pirms 16 gadiem
  sam 870828bc87 * edd.c: output MSD instead of RMSD in the displacement computation. pirms 16 gadiem
  sam 87f8e922ab * Error diffusion methods now support either raster or serpentine scan. pirms 16 gadiem
  sam 99d8af784e * pixels.c: support more conversion combinations. pirms 16 gadiem
  sam 302ce37f8e * ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm. pirms 16 gadiem
  sam 2182fdfdbf * floydsteinberg.c: perform Floyd-Steinberg dithering on a serpentine path. pirms 16 gadiem
  sam 3e575ba28a * dither.c: add an example program for dithering methods. pirms 16 gadiem
  sam 628c2618da * dbs.c: new dithering function: Direct Binary Search. One of the best pirms 16 gadiem
  sam eaad4db6f9 * measure.c: there is now pipi_measure_msd in addition to pipi_measure_rmsd. pirms 16 gadiem
  sam 18fd8276bd * edd.c: output E_fast as well. pirms 16 gadiem
  sam 5974ab95c5 * edd.c: example program that computes the Floyd-Steinberg displacement, pirms 16 gadiem
  sam 4a278923ff * blur.c: adapt the kernel size to large values of dx and/or dy. pirms 16 gadiem
  sam 1408cff41d * Add Floyd-Steinberg grayscale dithering. pirms 16 gadiem
  sam 36da8b05dd * pixels.c: fix a typo in the dithering method that could cause crashes. pirms 16 gadiem
  sam 9a536afd4f * measure.c: started writing error/measure functions. First one is RMSD. pirms 16 gadiem
  sam a11f92ff95 * blur.c: support for greyscale images. pirms 16 gadiem
  sam eea9f9b829 * pixels.c: start supporting grayscale images. pirms 16 gadiem
  sam f687640a09 * codec.c: bump Imlib2 and OpenCV priorities over SDL. pirms 16 gadiem