42 Ревизии (9ba0524b9a772922379357c1308bb891283311f6)

Автор SHA1 Съобщение Дата
  sam e50ce5c67a * color.c: implement pipi_brightness() and pipi_contrast(). преди 16 години
  jylam 22b3af001b * Added string.h to list of included files, for memcpy() преди 16 години
  sam 18e1cc4471 * Add pipi_invert() to invert an image's colours. преди 16 години
  sam 48b881b6fa * Add pipi_tile, to create image mosaics. преди 16 години
  sam 97930521fc * blur.c: add an argument to the gaussian convolution to specify an angle. преди 16 години
  sam b74fad466b * Implement difference, multiply, divide, screen and overlay blend methods. преди 16 години
  sam da84205cde * subadd.c: add pipi_sub() and pipi_add() as another way to combine two преди 16 години
  sam 6fb5354eff * minmax.c: add pipi_min() and pipi_max() as another way to combine two преди 16 години
  sam 9bd6b555f9 * mean.c: implement pipi_mean() to compute a mean image. преди 16 години
  sam 25cdf35a86 * jajuni.c: add Jarvis-Judice-Ninke dithering. It's a Floyd-Steinberg-like преди 16 години
  sam eb9a270380 * pipi_dither_ordered() now takes two arguments; any image can be used as преди 16 години
  sam 3014994c61 * codec.c: support for stock images in pipi_load(). преди 16 години
  sam 0f3943d0fe * Add functions that handle a stack-based processing queue. преди 16 години
  sam 77ec441434 * blur.c: implement box blur; currently runs in O(n) but we could make it преди 16 години
  sam b7c2d1f847 * autocontrast.c: simple autocontrast filter; does not work very well. преди 16 години
  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 0eda956bfc * random.c: implement random dithering using a deterministic pseudo-RNG. преди 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 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 302ce37f8e * ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm. преди 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 1408cff41d * Add Floyd-Steinberg grayscale dithering. преди 16 години
  sam 9a536afd4f * measure.c: started writing error/measure functions. First one is RMSD. преди 16 години
  sam eea9f9b829 * pixels.c: start supporting grayscale images. преди 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 4a857277a7 * blur.c: support for variable blur radius and Gaussian offset. преди 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 1d6c2c507d * Implemented 24 -> 16 bpp dithering. преди 17 години
  sam 735b2a5da0 * Checking in an old Rubik's cube dithering test. преди 17 години
  sam d8aa3a24c3 * getpixel/setpixel functions use doubles instead of ints for now. преди 17 години
  sam 84cc96a98e * Starting image resizing. X-wise resize works so far. преди 17 години
  sam 53aa513e3e * Import image loading features from PWNtcha. As they are more than 4-year преди 17 години
  sam 08e83cb836 * Initial code skeleton. преди 17 години