19 커밋 (43e5e3a28d1745fb6059ef9a6a912737db56ae38)

작성자 SHA1 메시지 날짜
  sam 18e1cc4471 * Add pipi_invert() to invert an image's colours. 17 년 전
  sam 48b881b6fa * Add pipi_tile, to create image mosaics. 17 년 전
  sam edd4a03a1e * Add the --scale flag. Resizes the image like --geometry, except with 17 년 전
  sam 97930521fc * blur.c: add an argument to the gaussian convolution to specify an angle. 17 년 전
  sam 3bcf099f65 * Allow pipi --blur to specify both the X and Y Gaussian sizes. Now we can 17 년 전
  sam 555ba323e9 * pipi.c: add the --geometry flag (only wxh for now). 17 년 전
  sam b74fad466b * Implement difference, multiply, divide, screen and overlay blend methods. 17 년 전
  sam b089bc14b6 * context.c: add the "swap" command to swap two images in the stack. 17 년 전
  sam da84205cde * subadd.c: add pipi_sub() and pipi_add() as another way to combine two 17 년 전
  sam 6fb5354eff * minmax.c: add pipi_min() and pipi_max() as another way to combine two 17 년 전
  sam 9bd6b555f9 * mean.c: implement pipi_mean() to compute a mean image. 17 년 전
  sam 31fd250bd2 * Support --autocontrast in pipi. 17 년 전
  sam 7f3e08d021 * convolution.c: support for wrap-around in convolutions. 17 년 전
  sam 103e0629a2 * pipi.c: implement the "--gray" flag for grayscale conversion. 17 년 전
  sam 25cdf35a86 * jajuni.c: add Jarvis-Judice-Ninke dithering. It's a Floyd-Steinberg-like 17 년 전
  sam b658564a1f * context.c: fix an old bug that was incorrectly rounding down blur values. 17 년 전
  sam eb9a270380 * pipi_dither_ordered() now takes two arguments; any image can be used as 17 년 전
  sam d6b8cca4ec * context.c: implement various dithering commands and Gaussian blur. 17 년 전
  sam 0f3943d0fe * Add functions that handle a stack-based processing queue. 17 년 전