|
|
@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.
|
|
|
@2751
|
14 years |
Sam Hocevar |
* atkinson.c: implement Atkinson dithering.
|
|
|
@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().
|
|
|
@2748
|
14 years |
Sam Hocevar |
* median.c: oops, removed old debugging hack from pipi_median().
|
|
|
@2747
|
14 years |
Sam Hocevar |
* color.c: implement pipi_threshold().
|
|
|
@2746
|
14 years |
Sam Hocevar |
* Add pipi_dilate() / pipi_erode() and --dilate / --erode.
|
|
|
@2745
|
14 years |
Sam Hocevar |
* median.c: fix the RGBA median filter.
|
|
|
@2744
|
14 years |
Sam Hocevar |
* median.c: add a median filter. Highly unoptimised for now.
|
|
|
@2743
|
14 years |
Sam Hocevar |
* blur.c: proper box blur implementation that runs linearly with
…
|
|
|
@2742
|
14 years |
Sam Hocevar |
* Add --boxblur to the pipi command line.
|
|
|
@2741
|
14 years |
Sam Hocevar |
* convolution_template.h: disambiguate parentheses.
|
|
|
@2737
|
14 years |
Sam Hocevar |
* blur.c: improve the Gaussian kernel interpolation.
|
|
|
@2736
|
14 years |
Sam Hocevar |
* Move the palette reduction algorithm into pipi_reduce().
|
|
|
@2728
|
14 years |
Sam Hocevar |
* pixels.c: fix uninitialised w and h in pipi_getpixels.
|
|
|
@2727
|
14 years |
Sam Hocevar |
* stock.c: the random stock image now creates RGB noise.
|
|
|
@2725
|
14 years |
Sam Hocevar |
* color.c: implement pipi_brightness() and pipi_contrast().
* …
|
|
|
@2722
|
14 years |
Jean-Yves Lamoureux |
* Added string.h to list of included files, for memcpy()
|
|
|
@2721
|
14 years |
Jean-Yves Lamoureux |
* Removed pipi/fill directory (I thought I had done this before. Hurra …
|
|
|
@2719
|
14 years |
Sam Hocevar |
* blur.c: improve the Gaussian kernel generation by interpolating its
…
|
|
|
@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 …
|
|
|
@2715
|
14 years |
Sam Hocevar |
* blur.c: add an argument to the gaussian convolution to specify an …
|
|
|
@2713
|
14 years |
Sam Hocevar |
* Allow pipi --blur to specify both the X and Y Gaussian sizes. Now we …
|
|
|
@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.
|
|
|
@2710
|
14 years |
Sam Hocevar |
* convolution.c: move local function prototypes to convolution_template.h.
|
|
|
@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 …
|
|
|
@2707
|
14 years |
Sam Hocevar |
* stock.c: allow arbitrary sizes for the bayer stock image, even if …
|
|
|
@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.
|
|
|
@2701
|
14 years |
Sam Hocevar |
* convolution_template.h: split convolution routines into separate …
|
|
|
@2700
|
14 years |
Sam Hocevar |
* jajuni.c: add Jarvis-Judice-Ninke dithering. It's a …
|
|
|
@2699
|
14 years |
Sam Hocevar |
* floydsteinberg.c: minor optimisation in the FStein error propagation.
|
|
|
@2698
|
14 years |
Sam Hocevar |
* context.c: fix an old bug that was incorrectly rounding down blur values.
|
|
|
@2697
|
14 years |
Sam Hocevar |
* stock.c: generate images with random noise.
|
|
|
@2696
|
14 years |
Sam Hocevar |
* pipi_dither_ordered() now takes two arguments; any image can be used …
|
|
|
@2695
|
14 years |
Sam Hocevar |
* codec.c: support for stock images in pipi_load().
* stock.c: start …
|
|
|
@2694
|
14 years |
Sam Hocevar |
* context.c: implement various dithering commands and Gaussian blur.
…
|
|
|
@2692
|
14 years |
Sam Hocevar |
* Add functions that handle a stack-based processing queue.
|
|
|
@2684
|
14 years |
Sam Hocevar |
* convolution.c: fix a small memory leak in the convolution filter.
|
|
|
@2681
|
14 years |
Sam Hocevar |
* blur.c: implement box blur; currently runs in O(n) but we could make …
|
|
|
@2680
|
14 years |
Sam Hocevar |
* autocontrast.c: simple autocontrast filter; does not work very well.
|
|
|
@2679
|
14 years |
Sam Hocevar |
* Get rid of test.c, it was no longer useful anyway.
|
|
|
@2678
|
14 years |
Jean-Yves Lamoureux |
* Handle alpha layer in floodfill (but don't make it conditionnal to …
|
|
|
@2676
|
14 years |
Jean-Yves Lamoureux |
* First shot of a floodfiller (both u32 and float, 4 neighbours)
|
|
|
@2672
|
14 years |
Sam Hocevar |
* dbs.c: generate the initial halftone using random dithering instead …
|
|
|
@2671
|
14 years |
Sam Hocevar |
* random.c: implement random dithering using a deterministic pseudo-RNG.
|
|
|
@2670
|
14 years |
Sam Hocevar |
* Dithering algorithms no longer modify the original image.
|
|
|
@2669
|
14 years |
Sam Hocevar |
* pipi.c: fix a memory leak caused by empty picture having …
|
|
|
@2668
|
14 years |
Sam Hocevar |
* pipi.c: implement pipi_copy().
|
|
|
@2667
|
14 years |
Sam Hocevar |
* pixels.c: store byte length and bits-per-pixel value in the …
|
|
|
@2666
|
14 years |
Sam Hocevar |
* Prefix dithering functions with _dither_ to avoid namespace cluttering.
|
|
|
@2665
|
14 years |
Sam Hocevar |
* ordered.c: implement Bayer dithering (pretty trivial).
|
|
|
@2664
|
14 years |
Sam Hocevar |
* dbs.c: optimise DBS by ignoring 16x16 cells that had no pixel …
|
|
|
@2663
|
14 years |
Sam Hocevar |
* dbs.c: improve the DBS human visual system kernel by adding two …
|
|
|
@2661
|
14 years |
Sam Hocevar |
* blur.c: remove the blurring code and use our generic convolution
…
|
|
|
@2660
|
14 years |
Sam Hocevar |
* convolution.c: automatically detect when a convolution filter is …
|
|
|
@2658
|
14 years |
Sam Hocevar |
* convolution.c: generic convolution method. Does not take advantage …
|
|
|
@2656
|
14 years |
Sam Hocevar |
* Error diffusion methods now support either raster or serpentine scan.
|
|
|
@2655
|
14 years |
Sam Hocevar |
* pixels.c: support more conversion combinations.
|
|
|
@2654
|
14 years |
Sam Hocevar |
* ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm.
|
|
|
@2653
|
14 years |
Sam Hocevar |
* floydsteinberg.c: perform Floyd-Steinberg dithering on a serpentine path.
|
|
|
@2651
|
14 years |
Sam Hocevar |
* dbs.c: new dithering function: Direct Binary Search. One of the best …
|
|
|
@2650
|
14 years |
Sam Hocevar |
* measure.c: there is now pipi_measure_msd in addition to …
|
|
|
@2643
|
14 years |
Sam Hocevar |
* blur.c: adapt the kernel size to large values of dx and/or dy.
* …
|
|
|
@2637
|
14 years |
Sam Hocevar |
* Add Floyd-Steinberg grayscale dithering.
|
|
|
@2636
|
14 years |
Sam Hocevar |
* pixels.c: fix a typo in the dithering method that could cause crashes.
|
|
|
@2635
|
14 years |
Sam Hocevar |
* measure.c: started writing error/measure functions. First one is RMSD.
|
|
|
@2634
|
14 years |
Sam Hocevar |
* blur.c: support for greyscale images.
|
|
|
@2633
|
14 years |
Sam Hocevar |
* pixels.c: start supporting grayscale images.
|
|
|
@2632
|
14 years |
Sam Hocevar |
* codec.c: bump Imlib2 and OpenCV priorities over SDL.
|
|
|
@2631
|
14 years |
Sam Hocevar |
* opencv.c: bring the OpenCV codec up to date.
|
|
|
@2630
|
14 years |
Sam Hocevar |
* pixels.c: add support for 24-bpp BGR format.
|
|
|
@2629
|
14 years |
Sam Hocevar |
* pipi.c: reimplement pipi_new() without relying on the underlying …
|
|
|
@2628
|
14 years |
Sam Hocevar |
* configure.ac: fix the OpenCV detection by using pkg-config.
|
|
|
@2620
|
14 years |
Sam Hocevar |
* pixels.c: clamp pixels in the float32 -> rgba32 conversion to avoid
…
|
|
|
@2619
|
14 years |
Sam Hocevar |
* filter/blur.c: avoid annoying side effects with very small or …
|
|
|
@2618
|
14 years |
Sam Hocevar |
* filter/blur.c: minor optimisation in the kernel generation.
|
|
|
@2617
|
14 years |
Sam Hocevar |
* blur.c: support for variable blur radius and Gaussian offset.
|
|
|
@2616
|
14 years |
Sam Hocevar |
* pixels.c: add Floyd-Steinberg dithering to the float32 -> rgba32
…
|
|
|
@2609
|
15 years |
Sam Hocevar |
* pixels.c: speed up the RGBA32 -> float32 conversion, using a simple LUT.
|
|
|
@2608
|
15 years |
Sam Hocevar |
* blur.c: separated blur; it's now incredibly faster.
|
|
|
@2607
|
15 years |
Sam Hocevar |
* Free surfaces allocated by pipi_getpixels() in pipi_free().
|
|
|
@2606
|
15 years |
Sam Hocevar |
* blur.c: fix overflow errors.
|
|
|
@2605
|
15 years |
Sam Hocevar |
* Big API reorganisation. Now libpipi can transparently convert …
|
|
|
@2603
|
15 years |
Sam Hocevar |
* Test implementation of Gaussian blurring. It's awfully slow and does …
|
|
|
@2602
|
15 years |
Sam Hocevar |
* pixels.c: do not return a white pixel when calling getpixel() …
|
|
|
@2600
|
15 years |
Sam Hocevar |
* Typo.
|
|
|
@2263
|
15 years |
Sam Hocevar |
* Implemented 24 -> 16 bpp dithering.
* Added the --bpp flag to …
|
|
|
@2262
|
15 years |
Sam Hocevar |
* Checking in an old Rubik's cube dithering test.
|
|
|
@2261
|
15 years |
Sam Hocevar |
* Split the image loaders into sdl.c, imlib.c and opencv.c. We'll do
…
|
|
|
@2260
|
15 years |
Sam Hocevar |
* getpixel/setpixel functions use doubles instead of ints for now.
|
|
|
@2247
|
15 years |
Sam Hocevar |
* Resizing in libpipi is now gamma-aware.
|
|
|