113 Ревизии (6e0afb6f370477bb55a3aab16075fd908dd3e762)

Автор SHA1 Съобщение Дата
  sam 6e0afb6f37 * Put the random and Bayer stock image generation into pipi/render/*. преди 16 години
  sam 645169e3b1 * Add the "halftone" dithering method, which uses classical halftone (aka. преди 16 години
  sam d12256b0f8 * stock.c: add new error diffusion kernels: Fan, Shiau-Fan, Stucki, Burkes, преди 16 години
  sam 44c9b8e15d * Get rid of the specific error diffusion functions, since our stock kernels преди 16 години
  sam 90c7527281 * Add pipi_dither_ediff(), a generic error diffusion dithering algorithm преди 16 години
  sam 6a9475464c * Do not prefix stock image names with "pipi:", it's redundant. преди 16 години
  sam 3784480d3b * Add a new image flag, u8, which indicates whether the image samples come преди 16 години
  sam 15bd183743 * Rename --rgb into --combine and add --split. Basic per-channel operations преди 16 години
  sam 6433a59c97 * rgb.c: implement pipi_red(), pipi_green() and pipi_blue() to extract преди 16 години
  sam e38943a327 * rgb.c: implement pipi_rgb(), to combine three RGB channels. преди 16 години
  sam 10baf86103 * pipi.c: implement --roll, RPL-style. преди 16 години
  sam b40fc1b330 * atkinson.c: implement Atkinson dithering. преди 16 години
  sam 36fb60cacf * transform.c: implement pipi_rotate90, pipi_rotate180 and pipi_rotate270. преди 16 години
  sam 2da45f954b * Implement pipi_vflip() and pipi_hflip(). преди 16 години
  sam 412dafd400 * median.c: oops, removed old debugging hack from pipi_median(). преди 16 години
  sam 0cab178432 * color.c: implement pipi_threshold(). преди 16 години
  sam 31fec9b526 * Add pipi_dilate() / pipi_erode() and --dilate / --erode. преди 16 години
  sam 114afed869 * median.c: fix the RGBA median filter. преди 16 години
  sam d9f3b654bc * median.c: add a median filter. Highly unoptimised for now. преди 16 години
  sam a1ad690056 * blur.c: proper box blur implementation that runs linearly with преди 16 години
  sam ab1487e666 * Add --boxblur to the pipi command line. преди 16 години
  sam 8e5b11ae39 * convolution_template.h: disambiguate parentheses. преди 16 години
  sam 8996a532df * blur.c: improve the Gaussian kernel interpolation. преди 16 години
  sam baa3d82e4b * Move the palette reduction algorithm into pipi_reduce(). преди 16 години
  sam f6f7cbc060 * pixels.c: fix uninitialised w and h in pipi_getpixels. преди 16 години
  sam 9ba0524b9a * stock.c: the random stock image now creates RGB noise. преди 16 години
  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 37ab68e449 * blur.c: improve the Gaussian kernel generation by interpolating its преди 16 години
  sam 18e1cc4471 * Add pipi_invert() to invert an image's colours. преди 16 години
  sam 48b881b6fa * Add pipi_tile, to create image mosaics. преди 16 години
  sam edd4a03a1e * Add the --scale flag. Resizes the image like --geometry, except with преди 16 години
  sam 97930521fc * blur.c: add an argument to the gaussian convolution to specify an angle. преди 16 години
  sam 3bcf099f65 * Allow pipi --blur to specify both the X and Y Gaussian sizes. Now we can преди 16 години
  sam 555ba323e9 * pipi.c: add the --geometry flag (only wxh for now). преди 16 години
  sam b74fad466b * Implement difference, multiply, divide, screen and overlay blend methods. преди 16 години
  sam 1e47505892 * convolution.c: move local function prototypes to convolution_template.h. преди 16 години
  sam b089bc14b6 * context.c: add the "swap" command to swap two images in the stack. преди 16 години
  sam da84205cde * subadd.c: add pipi_sub() and pipi_add() as another way to combine two преди 16 години
  sam a5ceceaf77 * stock.c: allow arbitrary sizes for the bayer stock image, even if they преди 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 31fd250bd2 * Support --autocontrast in pipi. преди 16 години
  sam 7f3e08d021 * convolution.c: support for wrap-around in convolutions. преди 16 години
  sam 103e0629a2 * pipi.c: implement the "--gray" flag for grayscale conversion. преди 16 години
  sam ec187df115 * convolution_template.h: split convolution routines into separate functions преди 16 години
  sam 25cdf35a86 * jajuni.c: add Jarvis-Judice-Ninke dithering. It's a Floyd-Steinberg-like преди 16 години
  sam b5500986b2 * floydsteinberg.c: minor optimisation in the FStein error propagation. преди 16 години
  sam b658564a1f * context.c: fix an old bug that was incorrectly rounding down blur values. преди 16 години
  sam ee6e43cf81 * stock.c: generate images with random noise. преди 16 години