|
|
@2755
|
14 years |
Sam Hocevar |
* Rename --rgb into --combine and add --split. Basic per-channel …
|
|
|
@2753
|
14 years |
Sam Hocevar |
* rgb.c: implement pipi_rgb(), to combine three RGB channels.
|
|
|
@2752
|
14 years |
Sam Hocevar |
* pipi.c: implement --roll, RPL-style.
|
|
|
@2750
|
14 years |
Sam Hocevar |
* transform.c: implement pipi_rotate90, pipi_rotate180 and pipi_rotate270.
|
|
|
@2749
|
14 years |
Sam Hocevar |
* Implement pipi_vflip() and pipi_hflip().
|
|
|
@2747
|
14 years |
Sam Hocevar |
* color.c: implement pipi_threshold().
|
|
|
@2746
|
14 years |
Sam Hocevar |
* Add pipi_dilate() / pipi_erode() and --dilate / --erode.
|
|
|
@2744
|
14 years |
Sam Hocevar |
* median.c: add a median filter. Highly unoptimised for now.
|
|
|
@2742
|
14 years |
Sam Hocevar |
* Add --boxblur to the pipi command line.
|
|
|
@2725
|
14 years |
Sam Hocevar |
* color.c: implement pipi_brightness() and pipi_contrast().
* …
|
|
|
@2718
|
14 years |
Sam Hocevar |
* Add pipi_invert() to invert an image's colours.
|
|
|
@2717
|
14 years |
Sam Hocevar |
* Add pipi_tile, to create image mosaics.
|
|
|
@2716
|
14 years |
Sam Hocevar |
* Add the --scale flag. Resizes the image like --geometry, except with …
|
|
|
@2712
|
14 years |
Sam Hocevar |
* pipi.c: add the --geometry flag (only wxh for now).
|
|
|
@2711
|
14 years |
Sam Hocevar |
* Implement difference, multiply, divide, screen and overlay blend methods.
|
|
|
@2709
|
14 years |
Sam Hocevar |
* context.c: add the "swap" command to swap two images in the stack.
|
|
|
@2708
|
14 years |
Sam Hocevar |
* subadd.c: add pipi_sub() and pipi_add() as another way to combine …
|
|
|
@2706
|
14 years |
Sam Hocevar |
* minmax.c: add pipi_min() and pipi_max() as another way to combine …
|
|
|
@2705
|
14 years |
Sam Hocevar |
* mean.c: implement pipi_mean() to compute a mean image.
|
|
|
@2704
|
14 years |
Sam Hocevar |
* Support --autocontrast in pipi.
|
|
|
@2703
|
14 years |
Sam Hocevar |
* convolution.c: support for wrap-around in convolutions.
* pipi.c: …
|
|
|
@2702
|
14 years |
Sam Hocevar |
* pipi.c: implement the "--gray" flag for grayscale conversion.
|
|
|
@2694
|
14 years |
Sam Hocevar |
* context.c: implement various dithering commands and Gaussian blur.
…
|
|
|
@2693
|
14 years |
Sam Hocevar |
* Start working on "pipi", a command-line libpipi tool. It will be …
|