|
|
@2772
|
14 years |
Sam Hocevar |
* pipi.h: add the PIPI_PIXELS_MASK_C pixel format for canvas …
|
|
|
@2771
|
14 years |
Sam Hocevar |
* zzuf.1: add a more advanced VLC fuzzing example.
|
|
|
@2770
|
14 years |
Sam Hocevar |
* Typo in one supercell example.
|
|
|
@2769
|
14 years |
Sam Hocevar |
* pipi_internals.h: add two vector values for wrap around information.
|
|
|
@2768
|
14 years |
Sam Hocevar |
* pixels.c: temporarily set internal gamma to 1.0 so that I can …
|
|
|
@2767
|
14 years |
Sam Hocevar |
* screen.c: add pipi_render_halftone() to create a 45-degree clustered …
|
|
|
@2766
|
14 years |
Sam Hocevar |
* Allow bayer:256 constructs, which do the same as bayer:256x256.
|
|
|
@2765
|
14 years |
Sam Hocevar |
* Put the random and Bayer stock image generation into pipi/render/*.
|
|
|
@2764
|
14 years |
Sam Hocevar |
* Clean up SVG files.
* Draw base vectors on a few complex screening …
|
|
|
@2763
|
14 years |
Sam Hocevar |
* spelling
|
|
|
@2762
|
14 years |
Sam Hocevar |
* Fix the transparency in the 3D palette viewer.
|
|
|
@2761
|
14 years |
Sam Hocevar |
* Add the "halftone" dithering method, which uses classical halftone …
|
|
|
@2760
|
14 years |
Sam Hocevar |
* stock.c: add new error diffusion kernels: Fan, Shiau-Fan, Stucki, …
|
|
|
@2759
|
14 years |
Sam Hocevar |
* Get rid of the specific error diffusion functions, since our stock …
|
|
|
@2758
|
14 years |
Sam Hocevar |
* Add pipi_dither_ediff(), a generic error diffusion dithering …
|
|
|
@2757
|
14 years |
Sam Hocevar |
* Do not prefix stock image names with "pipi:", it's redundant.
|
|
|
@2756
|
14 years |
Sam Hocevar |
* Add a new image flag, u8, which indicates whether the image samples …
|
|
|
@2755
|
14 years |
Sam Hocevar |
* Rename --rgb into --combine and add --split. Basic per-channel …
|
|
|
@2754
|
14 years |
Sam Hocevar |
* rgb.c: implement pipi_red(), pipi_green() and pipi_blue() to extract …
|
|
|
@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.
|
|
|
@2740
|
14 years |
kali |
- two function to compute pixels shown on front and back face
|
|
|
@2739
|
14 years |
kali |
- introduce Michael Reid's optimal solver code in its original state
…
|
|
|
@2738
|
14 years |
Sam Hocevar |
* img2rubik.c: add quick and dirty dithering code to img2rubik.
|
|
|
@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().
|
|
|
@2735
|
14 years |
Sam Hocevar |
* Minor changes to the page layout.
* Serve pages as UTF-8 by default.
|
|
|
@2734
|
14 years |
Sam Hocevar |
* img2rubik.c: improve stability by clipping t.
|
|
|
@2733
|
14 years |
Sam Hocevar |
* img2rubik.c: fix convex hull build, some points were not properly
…
|
|
|
@2732
|
14 years |
Sam Hocevar |
* img2rubik.c:
+ fix RGB-space UV projection.
+ free allocated …
|
|
|
@2731
|
14 years |
Sam Hocevar |
* More img2rubik experimentation, with a lot of debugging messages.
|
|
|
@2730
|
14 years |
Sam Hocevar |
* img2rubik.c: factor out the hull generation so that we can also …
|
|
|
@2729
|
14 years |
Sam Hocevar |
* More color reduction work: we can now constraint an image's palette …
|
|
|
@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.
|
|
|
@2726
|
14 years |
Sam Hocevar |
* Start working on colour reduction with a constrained palette.
|
|
|
@2725
|
14 years |
Sam Hocevar |
* color.c: implement pipi_brightness() and pipi_contrast().
* …
|
|
|
@2724
|
14 years |
Sam Hocevar |
* Add a NOTES file for random notes.
|
|
|
@2723
|
14 years |
Sam Hocevar |
* Fix OpenGL orientation (it's supposed to be right-handed).
* Add a …
|
|
|
@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 …
|
|
|
@2720
|
14 years |
Sam Hocevar |
* Change project name to "caca labs" so we don't get too much …
|
|
|
@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 …
|
|
|
@2714
|
14 years |
Pascal Terjan |
* Allow last option to not have a parameter if it is optionnal
|
|
|
@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.
…
|
|
|
@2693
|
14 years |
Sam Hocevar |
* Start working on "pipi", a command-line libpipi tool. It will be …
|
|
|
@2692
|
14 years |
Sam Hocevar |
* Add functions that handle a stack-based processing queue.
|
|
|
@2691
|
14 years |
Sam Hocevar |
* More testing.
|
|
|
@2690
|
14 years |
Sam Hocevar |
* Testing.
|
|
|
@2689
|
14 years |
Sam Hocevar |
* Experiment with the trac menu.
|
|
|
@2688
|
14 years |
Sam Hocevar |
* Fix top menu.
|
|
|
@2687
|
14 years |
Sam Hocevar |
* Smaller buttons.
* Try to create a menu header.
|
|
|
@2686
|
14 years |
Sam Hocevar |
* Fix stylesheet path and name.
|
|
|
@2685
|
14 years |
Sam Hocevar |
* cgi-bin should be part of the trac installation.
|
|
|
@2684
|
14 years |
Sam Hocevar |
* convolution.c: fix a small memory leak in the convolution filter.
|
|
|
@2683
|
14 years |
Sam Hocevar |
* Move template stuff to the Trac 0.11 layout.
|
|
|
@2682
|
14 years |
Sam Hocevar |
* Import files for a Trac 0.11 installation.
|
|
|
@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 …
|
|
|
@2677
|
14 years |
Sam Hocevar |
* Test stuff for the Rubik's cube colour reduction.
|
|
|
@2676
|
14 years |
Jean-Yves Lamoureux |
* First shot of a floodfiller (both u32 and float, 4 neighbours)
|
|
|
@2675
|
14 years |
Pascal Terjan |
* Don't crash when an option with mandatory argument is passed last
|
|
|
@2674
|
14 years |
Pascal Terjan |
* Fix a fd leak when connection to the socket fails
|
|
|
@2673
|
14 years |
Pascal Terjan |
* As to_grab and to_start are now part of screen_list, no need to have …
|
|
|