54 Révisions (89f35cb8fd807004ae6a5d707522dca2d9485b3b)
 

Auteur SHA1 Message Date
  sam 89f35cb8fd * convolution.c: generic convolution method. Does not take advantage of il y a 16 ans
  sam 870828bc87 * edd.c: output MSD instead of RMSD in the displacement computation. il y a 16 ans
  sam 87f8e922ab * Error diffusion methods now support either raster or serpentine scan. il y a 16 ans
  sam 99d8af784e * pixels.c: support more conversion combinations. il y a 16 ans
  sam 302ce37f8e * ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm. il y a 16 ans
  sam 2182fdfdbf * floydsteinberg.c: perform Floyd-Steinberg dithering on a serpentine path. il y a 16 ans
  sam 3e575ba28a * dither.c: add an example program for dithering methods. il y a 16 ans
  sam 628c2618da * dbs.c: new dithering function: Direct Binary Search. One of the best il y a 16 ans
  sam eaad4db6f9 * measure.c: there is now pipi_measure_msd in addition to pipi_measure_rmsd. il y a 16 ans
  sam 18fd8276bd * edd.c: output E_fast as well. il y a 16 ans
  sam 5974ab95c5 * edd.c: example program that computes the Floyd-Steinberg displacement, il y a 16 ans
  sam 4a278923ff * blur.c: adapt the kernel size to large values of dx and/or dy. il y a 16 ans
  sam 1408cff41d * Add Floyd-Steinberg grayscale dithering. il y a 16 ans
  sam 36da8b05dd * pixels.c: fix a typo in the dithering method that could cause crashes. il y a 16 ans
  sam 9a536afd4f * measure.c: started writing error/measure functions. First one is RMSD. il y a 16 ans
  sam a11f92ff95 * blur.c: support for greyscale images. il y a 16 ans
  sam eea9f9b829 * pixels.c: start supporting grayscale images. il y a 16 ans
  sam f687640a09 * codec.c: bump Imlib2 and OpenCV priorities over SDL. il y a 16 ans
  sam af15db52cb * opencv.c: bring the OpenCV codec up to date. il y a 16 ans
  sam 0d8f01566b * pixels.c: add support for 24-bpp BGR format. il y a 16 ans
  sam 8953c91d6b * pipi.c: reimplement pipi_new() without relying on the underlying codec il y a 16 ans
  sam 732f6b2335 * configure.ac: fix the OpenCV detection by using pkg-config. il y a 16 ans
  sam 3d86c2f45a * Start shipping unit tests. The first one checks that converting an il y a 16 ans
  sam caba836e5d * pixels.c: clamp pixels in the float32 -> rgba32 conversion to avoid il y a 16 ans
  sam 877e7b21a9 * filter/blur.c: avoid annoying side effects with very small or negative il y a 16 ans
  sam ea38654c88 * filter/blur.c: minor optimisation in the kernel generation. il y a 16 ans
  sam 4a857277a7 * blur.c: support for variable blur radius and Gaussian offset. il y a 16 ans
  sam e15f20a316 * pixels.c: add Floyd-Steinberg dithering to the float32 -> rgba32 il y a 16 ans
  sam 0105b6f3b6 * pixels.c: speed up the RGBA32 -> float32 conversion, using a simple LUT. il y a 16 ans
  sam 42af43ad99 * blur.c: separated blur; it's now incredibly faster. il y a 16 ans
  sam 19874f4650 * Free surfaces allocated by pipi_getpixels() in pipi_free(). il y a 16 ans
  sam af0c7f52fb * blur.c: fix overflow errors. il y a 16 ans
  sam 31328a14aa * Big API reorganisation. Now libpipi can transparently convert between il y a 16 ans
  sam 60dea0643d * Add a blur example. il y a 16 ans
  sam 7d147f3576 * Test implementation of Gaussian blurring. It's awfully slow and does not il y a 16 ans
  sam 1871465283 * pixels.c: do not return a white pixel when calling getpixel() outside il y a 16 ans
  sam 5e97ce5d43 * Improve genethumb --help message. il y a 16 ans
  sam e088f09565 * Typo. il y a 16 ans
  sam 8b8a3f6897 * bootstrap: update bootstrapping script. il y a 16 ans
  sam 79b24b6fdf * mygetopt.c: fix a parsing issue with short options. il y a 16 ans
  sam 014b738eae * Better error recovery in genethumb. il y a 16 ans
  sam 1d6c2c507d * Implemented 24 -> 16 bpp dithering. il y a 16 ans
  sam 735b2a5da0 * Checking in an old Rubik's cube dithering test. il y a 16 ans
  sam 6a86e2b643 * Split the image loaders into sdl.c, imlib.c and opencv.c. We'll do il y a 16 ans
  sam d8aa3a24c3 * getpixel/setpixel functions use doubles instead of ints for now. il y a 16 ans
  sam 8681ce32cb * Define USE_SDL and USE_OPENCV in addition to USE_IMLIB2. il y a 16 ans
  sam d7c0fa358c * Add getopt and getopt_long support to genethumb. il y a 16 ans
  sam 7a2b8fcc65 * Resizing in libpipi is now gamma-aware. il y a 17 ans
  sam bf052a018a * Fixed a bug in the naive resizing code. il y a 17 ans
  sam 00a1db9608 * Image resizing test. il y a 17 ans