56 Ревизии (c269c219b2246c0391e1369b10e49719b9b40d50)

Автор SHA1 Съобщение Дата
  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 години
  sam 732f6b2335 * configure.ac: fix the OpenCV detection by using pkg-config. преди 16 години
  sam caba836e5d * pixels.c: clamp pixels in the float32 -> rgba32 conversion to avoid преди 16 години
  sam 877e7b21a9 * filter/blur.c: avoid annoying side effects with very small or negative преди 16 години
  sam ea38654c88 * filter/blur.c: minor optimisation in the kernel generation. преди 16 години
  sam 4a857277a7 * blur.c: support for variable blur radius and Gaussian offset. преди 16 години
  sam e15f20a316 * pixels.c: add Floyd-Steinberg dithering to the float32 -> rgba32 преди 16 години
  sam 0105b6f3b6 * pixels.c: speed up the RGBA32 -> float32 conversion, using a simple LUT. преди 16 години
  sam 42af43ad99 * blur.c: separated blur; it's now incredibly faster. преди 16 години
  sam 19874f4650 * Free surfaces allocated by pipi_getpixels() in pipi_free(). преди 16 години
  sam af0c7f52fb * blur.c: fix overflow errors. преди 16 години
  sam 31328a14aa * Big API reorganisation. Now libpipi can transparently convert between преди 16 години
  sam 7d147f3576 * Test implementation of Gaussian blurring. It's awfully slow and does not преди 16 години
  sam 1871465283 * pixels.c: do not return a white pixel when calling getpixel() outside преди 16 години
  sam e088f09565 * Typo. преди 16 години
  sam 1d6c2c507d * Implemented 24 -> 16 bpp dithering. преди 17 години
  sam 735b2a5da0 * Checking in an old Rubik's cube dithering test. преди 17 години
  sam 6a86e2b643 * Split the image loaders into sdl.c, imlib.c and opencv.c. We'll do преди 17 години
  sam d8aa3a24c3 * getpixel/setpixel functions use doubles instead of ints for now. преди 17 години