|
|
@3421
|
14 years |
Sam Hocevar |
Synchronise Visual Studio projects with the current code.
|
|
|
@3016
|
14 years |
Jean-Yves Lamoureux |
* Added a better math library detection
|
|
|
@2947
|
14 years |
Sam Hocevar |
ThePimp?: improve Visual Studio solution and cross-build script. We can …
|
|
|
@2936
|
14 years |
Sam Hocevar |
Add a bunch of .gitignore files for git-svn users.
|
|
|
@2913
|
14 years |
Sam Hocevar |
Fix C include paths for separate directory builds.
|
|
|
@2902
|
14 years |
Sam Hocevar |
Support C99 types on Win32 through the same hacks as in libcaca.
|
|
|
@2899
|
14 years |
Sam Hocevar |
Reorganise win32 files and add proper svn:ignore properties everywhere.
|
|
|
@2857
|
14 years |
Sam Hocevar |
Hide the list of available commands in pipi/context.c, so that the …
|
|
|
@2846
|
14 years |
Sam Hocevar |
Add a --gamma command to modify the global gamma value. This is a …
|
|
|
@2790
|
14 years |
Sam Hocevar |
* Add pipi_order, to transform any image into an ordered dithering matrix.
|
|
|
@2781
|
14 years |
Jean-Yves Lamoureux |
* Added line to pipi tool (format x1,y1,x2,y2,color,aa, width …
|
|
|
@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 …
|