196 Commits (9405de5339fd640591b3a6bca297c0f4cf805ddd)
 

Author SHA1 Message Date
  sam eaad4db6f9 * measure.c: there is now pipi_measure_msd in addition to pipi_measure_rmsd. 16 years ago
  sam 18fd8276bd * edd.c: output E_fast as well. 16 years ago
  sam 5974ab95c5 * edd.c: example program that computes the Floyd-Steinberg displacement, 16 years ago
  sam 4a278923ff * blur.c: adapt the kernel size to large values of dx and/or dy. 16 years ago
  sam 1408cff41d * Add Floyd-Steinberg grayscale dithering. 16 years ago
  sam 36da8b05dd * pixels.c: fix a typo in the dithering method that could cause crashes. 16 years ago
  sam 9a536afd4f * measure.c: started writing error/measure functions. First one is RMSD. 16 years ago
  sam a11f92ff95 * blur.c: support for greyscale images. 16 years ago
  sam eea9f9b829 * pixels.c: start supporting grayscale images. 16 years ago
  sam f687640a09 * codec.c: bump Imlib2 and OpenCV priorities over SDL. 16 years ago
  sam af15db52cb * opencv.c: bring the OpenCV codec up to date. 16 years ago
  sam 0d8f01566b * pixels.c: add support for 24-bpp BGR format. 16 years ago
  sam 8953c91d6b * pipi.c: reimplement pipi_new() without relying on the underlying codec 16 years ago
  sam 732f6b2335 * configure.ac: fix the OpenCV detection by using pkg-config. 16 years ago
  sam 3d86c2f45a * Start shipping unit tests. The first one checks that converting an 16 years ago
  sam caba836e5d * pixels.c: clamp pixels in the float32 -> rgba32 conversion to avoid 16 years ago
  sam 877e7b21a9 * filter/blur.c: avoid annoying side effects with very small or negative 16 years ago
  sam ea38654c88 * filter/blur.c: minor optimisation in the kernel generation. 16 years ago
  sam 4a857277a7 * blur.c: support for variable blur radius and Gaussian offset. 16 years ago
  sam e15f20a316 * pixels.c: add Floyd-Steinberg dithering to the float32 -> rgba32 16 years ago
  sam 0105b6f3b6 * pixels.c: speed up the RGBA32 -> float32 conversion, using a simple LUT. 16 years ago
  sam 42af43ad99 * blur.c: separated blur; it's now incredibly faster. 16 years ago
  sam 19874f4650 * Free surfaces allocated by pipi_getpixels() in pipi_free(). 16 years ago
  sam af0c7f52fb * blur.c: fix overflow errors. 16 years ago
  sam 31328a14aa * Big API reorganisation. Now libpipi can transparently convert between 16 years ago
  sam 60dea0643d * Add a blur example. 16 years ago
  sam 7d147f3576 * Test implementation of Gaussian blurring. It's awfully slow and does not 16 years ago
  sam 1871465283 * pixels.c: do not return a white pixel when calling getpixel() outside 16 years ago
  sam 5e97ce5d43 * Improve genethumb --help message. 16 years ago
  sam e088f09565 * Typo. 16 years ago
  sam 8b8a3f6897 * bootstrap: update bootstrapping script. 16 years ago
  sam 79b24b6fdf * mygetopt.c: fix a parsing issue with short options. 16 years ago
  sam 014b738eae * Better error recovery in genethumb. 16 years ago
  sam 1d6c2c507d * Implemented 24 -> 16 bpp dithering. 16 years ago
  sam 735b2a5da0 * Checking in an old Rubik's cube dithering test. 16 years ago
  sam 6a86e2b643 * Split the image loaders into sdl.c, imlib.c and opencv.c. We'll do 16 years ago
  sam d8aa3a24c3 * getpixel/setpixel functions use doubles instead of ints for now. 16 years ago
  sam 8681ce32cb * Define USE_SDL and USE_OPENCV in addition to USE_IMLIB2. 16 years ago
  sam d7c0fa358c * Add getopt and getopt_long support to genethumb. 16 years ago
  sam 7a2b8fcc65 * Resizing in libpipi is now gamma-aware. 16 years ago
  sam bf052a018a * Fixed a bug in the naive resizing code. 16 years ago
  sam 00a1db9608 * Image resizing test. 16 years ago
  sam 84cc96a98e * Starting image resizing. X-wise resize works so far. 16 years ago
  sam 53aa513e3e * Import image loading features from PWNtcha. As they are more than 4-year 17 years ago
  sam 08e83cb836 * Initial code skeleton. 17 years ago
  sam e4dbd290f7 * Preparing repository. 17 years ago