|
|
@2865
|
12 years |
Sam Hocevar |
pipi.c: add pipi_get_version().
|
|
|
@2857
|
12 years |
Sam Hocevar |
Hide the list of available commands in pipi/context.c, so that the …
|
|
|
@2846
|
12 years |
Sam Hocevar |
Add a --gamma command to modify the global gamma value. This is a …
|
|
|
@2844
|
12 years |
Sam Hocevar |
Fix headers.
|
|
|
@2837
|
12 years |
Sam Hocevar |
Allow to use all available image loaders instead of just the first one.
|
|
|
@2814
|
12 years |
Jean-Yves Lamoureux |
* Moved accessors to their own file, and added a pipi_get_format_name()
|
|
|
@2812
|
12 years |
Sam Hocevar |
* Add a scale parameter to pipi_dither_ordered_ext().
* Reimplement …
|
|
|
@2811
|
12 years |
Sam Hocevar |
* ordered.c: allow to rotate the dither pattern, using …
|
|
|
@2810
|
12 years |
Jean-Yves Lamoureux |
* Preliminary support for a string to color routine (rgb(), argb() …
|
|
|
@2809
|
12 years |
Jean-Yves Lamoureux |
* Preliminary image histogram routines and example
|
|
|
@2790
|
12 years |
Sam Hocevar |
* Add pipi_order, to transform any image into an ordered dithering matrix.
|
|
|
@2788
|
12 years |
Jean-Yves Lamoureux |
* Added a bezier curve primitive (2 control points).
* Fixed a float …
|
|
|
@2778
|
12 years |
Jean-Yves Lamoureux |
* Moved *line_template.c to .h files to avoid problems with autotools …
|
|
|
@2777
|
12 years |
Jean-Yves Lamoureux |
* Added Wu-Xaolin antialiased lines (Still lacks RGBA32 transparency …
|
|
|
@2776
|
12 years |
Jean-Yves Lamoureux |
* Added simple Bresenham line drawing routines (RGBA_32, RGBA_F, Y_F)
|
|
|
@2772
|
12 years |
Sam Hocevar |
* pipi.h: add the PIPI_PIXELS_MASK_C pixel format for canvas …
|
|
|
@2767
|
12 years |
Sam Hocevar |
* screen.c: add pipi_render_halftone() to create a 45-degree clustered …
|
|
|
@2765
|
12 years |
Sam Hocevar |
* Put the random and Bayer stock image generation into pipi/render/*.
|
|
|
@2761
|
12 years |
Sam Hocevar |
* Add the "halftone" dithering method, which uses classical halftone …
|
|
|
@2759
|
12 years |
Sam Hocevar |
* Get rid of the specific error diffusion functions, since our stock …
|
|
|
@2758
|
12 years |
Sam Hocevar |
* Add pipi_dither_ediff(), a generic error diffusion dithering …
|
|
|
@2754
|
12 years |
Sam Hocevar |
* rgb.c: implement pipi_red(), pipi_green() and pipi_blue() to extract …
|
|
|
@2753
|
12 years |
Sam Hocevar |
* rgb.c: implement pipi_rgb(), to combine three RGB channels.
|
|
|
@2751
|
12 years |
Sam Hocevar |
* atkinson.c: implement Atkinson dithering.
|
|
|
@2750
|
12 years |
Sam Hocevar |
* transform.c: implement pipi_rotate90, pipi_rotate180 and pipi_rotate270.
|
|
|
@2749
|
12 years |
Sam Hocevar |
* Implement pipi_vflip() and pipi_hflip().
|
|
|
@2747
|
12 years |
Sam Hocevar |
* color.c: implement pipi_threshold().
|
|
|
@2746
|
12 years |
Sam Hocevar |
* Add pipi_dilate() / pipi_erode() and --dilate / --erode.
|
|
|
@2744
|
12 years |
Sam Hocevar |
* median.c: add a median filter. Highly unoptimised for now.
|
|
|
@2736
|
12 years |
Sam Hocevar |
* Move the palette reduction algorithm into pipi_reduce().
|
|
|
@2725
|
12 years |
Sam Hocevar |
* color.c: implement pipi_brightness() and pipi_contrast().
* …
|
|
|
@2722
|
12 years |
Jean-Yves Lamoureux |
* Added string.h to list of included files, for memcpy()
|
|
|
@2718
|
12 years |
Sam Hocevar |
* Add pipi_invert() to invert an image's colours.
|
|
|
@2717
|
12 years |
Sam Hocevar |
* Add pipi_tile, to create image mosaics.
|
|
|
@2715
|
12 years |
Sam Hocevar |
* blur.c: add an argument to the gaussian convolution to specify an …
|
|
|
@2711
|
12 years |
Sam Hocevar |
* Implement difference, multiply, divide, screen and overlay blend methods.
|
|
|
@2708
|
12 years |
Sam Hocevar |
* subadd.c: add pipi_sub() and pipi_add() as another way to combine …
|
|
|
@2706
|
12 years |
Sam Hocevar |
* minmax.c: add pipi_min() and pipi_max() as another way to combine …
|
|
|
@2705
|
12 years |
Sam Hocevar |
* mean.c: implement pipi_mean() to compute a mean image.
|
|
|
@2700
|
12 years |
Sam Hocevar |
* jajuni.c: add Jarvis-Judice-Ninke dithering. It's a …
|
|
|
@2696
|
12 years |
Sam Hocevar |
* pipi_dither_ordered() now takes two arguments; any image can be used …
|
|
|
@2695
|
12 years |
Sam Hocevar |
* codec.c: support for stock images in pipi_load().
* stock.c: start …
|
|
|
@2692
|
12 years |
Sam Hocevar |
* Add functions that handle a stack-based processing queue.
|
|
|
@2681
|
12 years |
Sam Hocevar |
* blur.c: implement box blur; currently runs in O(n) but we could make …
|
|
|
@2680
|
12 years |
Sam Hocevar |
* autocontrast.c: simple autocontrast filter; does not work very well.
|
|
|
@2679
|
12 years |
Sam Hocevar |
* Get rid of test.c, it was no longer useful anyway.
|
|
|
@2678
|
12 years |
Jean-Yves Lamoureux |
* Handle alpha layer in floodfill (but don't make it conditionnal to …
|
|
|
@2676
|
12 years |
Jean-Yves Lamoureux |
* First shot of a floodfiller (both u32 and float, 4 neighbours)
|
|
|
@2671
|
12 years |
Sam Hocevar |
* random.c: implement random dithering using a deterministic pseudo-RNG.
|
|
|
@2668
|
12 years |
Sam Hocevar |
* pipi.c: implement pipi_copy().
|
|
|
@2667
|
12 years |
Sam Hocevar |
* pixels.c: store byte length and bits-per-pixel value in the …
|
|
|
@2666
|
12 years |
Sam Hocevar |
* Prefix dithering functions with _dither_ to avoid namespace cluttering.
|
|
|
@2665
|
12 years |
Sam Hocevar |
* ordered.c: implement Bayer dithering (pretty trivial).
|
|
|
@2658
|
12 years |
Sam Hocevar |
* convolution.c: generic convolution method. Does not take advantage …
|
|
|
@2656
|
12 years |
Sam Hocevar |
* Error diffusion methods now support either raster or serpentine scan.
|
|
|
@2654
|
12 years |
Sam Hocevar |
* ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm.
|
|
|
@2651
|
12 years |
Sam Hocevar |
* dbs.c: new dithering function: Direct Binary Search. One of the best …
|
|
|
@2650
|
12 years |
Sam Hocevar |
* measure.c: there is now pipi_measure_msd in addition to …
|
|
|
@2637
|
12 years |
Sam Hocevar |
* Add Floyd-Steinberg grayscale dithering.
|
|
|
@2635
|
12 years |
Sam Hocevar |
* measure.c: started writing error/measure functions. First one is RMSD.
|
|
|
@2633
|
12 years |
Sam Hocevar |
* pixels.c: start supporting grayscale images.
|
|
|
@2630
|
12 years |
Sam Hocevar |
* pixels.c: add support for 24-bpp BGR format.
|
|
|
@2629
|
12 years |
Sam Hocevar |
* pipi.c: reimplement pipi_new() without relying on the underlying …
|
|
|
@2617
|
12 years |
Sam Hocevar |
* blur.c: support for variable blur radius and Gaussian offset.
|
|
|
@2605
|
12 years |
Sam Hocevar |
* Big API reorganisation. Now libpipi can transparently convert …
|
|
|
@2603
|
12 years |
Sam Hocevar |
* Test implementation of Gaussian blurring. It's awfully slow and does …
|
|
|
@2263
|
13 years |
Sam Hocevar |
* Implemented 24 -> 16 bpp dithering.
* Added the --bpp flag to …
|
|
|
@2262
|
13 years |
Sam Hocevar |
* Checking in an old Rubik's cube dithering test.
|
|
|
@2260
|
13 years |
Sam Hocevar |
* getpixel/setpixel functions use doubles instead of ints for now.
|
|
|
@2244
|
13 years |
Sam Hocevar |
* Starting image resizing. X-wise resize works so far.
|
|
|
@2228
|
13 years |
Sam Hocevar |
* Import image loading features from PWNtcha. As they are more than …
|
|
|
@2227
|
13 years |
Sam Hocevar |
* Initial code skeleton.
|