|
|
@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
|
15 years |
Pascal Terjan |
* As to_grab and to_start are now part of screen_list, no need to have …
|
|
|
@2672
|
15 years |
Sam Hocevar |
* dbs.c: generate the initial halftone using random dithering instead …
|
|
|
@2671
|
15 years |
Sam Hocevar |
* random.c: implement random dithering using a deterministic pseudo-RNG.
|
|
|
@2670
|
15 years |
Sam Hocevar |
* Dithering algorithms no longer modify the original image.
|
|
|
@2669
|
15 years |
Sam Hocevar |
* pipi.c: fix a memory leak caused by empty picture having …
|
|
|
@2668
|
15 years |
Sam Hocevar |
* pipi.c: implement pipi_copy().
|
|
|
@2667
|
15 years |
Sam Hocevar |
* pixels.c: store byte length and bits-per-pixel value in the …
|
|
|
@2666
|
15 years |
Sam Hocevar |
* Prefix dithering functions with _dither_ to avoid namespace cluttering.
|
|
|
@2665
|
15 years |
Sam Hocevar |
* ordered.c: implement Bayer dithering (pretty trivial).
|
|
|
@2664
|
15 years |
Sam Hocevar |
* dbs.c: optimise DBS by ignoring 16x16 cells that had no pixel …
|
|
|
@2663
|
15 years |
Sam Hocevar |
* dbs.c: improve the DBS human visual system kernel by adding two …
|
|
|
@2662
|
15 years |
Sam Hocevar |
* sharpen.c: add a sharpen filter example, using our generic …
|
|
|
@2661
|
15 years |
Sam Hocevar |
* blur.c: remove the blurring code and use our generic convolution
…
|
|
|
@2660
|
15 years |
Sam Hocevar |
* convolution.c: automatically detect when a convolution filter is …
|
|
|
@2659
|
15 years |
Sam Hocevar |
* blur.c: fix the blur example’s argument checking.
|
|
|
@2658
|
15 years |
Sam Hocevar |
* convolution.c: generic convolution method. Does not take advantage …
|
|
|
@2657
|
15 years |
Sam Hocevar |
* edd.c: output MSD instead of RMSD in the displacement computation.
|
|
|
@2656
|
15 years |
Sam Hocevar |
* Error diffusion methods now support either raster or serpentine scan.
|
|
|
@2655
|
15 years |
Sam Hocevar |
* pixels.c: support more conversion combinations.
|
|
|
@2654
|
15 years |
Sam Hocevar |
* ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm.
|
|
|
@2653
|
15 years |
Sam Hocevar |
* floydsteinberg.c: perform Floyd-Steinberg dithering on a serpentine path.
|
|
|
@2652
|
15 years |
Sam Hocevar |
* dither.c: add an example program for dithering methods.
|
|
|
@2651
|
15 years |
Sam Hocevar |
* dbs.c: new dithering function: Direct Binary Search. One of the best …
|
|
|
@2650
|
15 years |
Sam Hocevar |
* measure.c: there is now pipi_measure_msd in addition to …
|
|
|
@2649
|
15 years |
Pascal Terjan |
* Check a few more realloc, and return when they fail
|
|
|
@2648
|
15 years |
Pascal Terjan |
* Check a few more malloc, and output errors on stderr
|
|
|
@2647
|
15 years |
Sam Hocevar |
* edd.c: output E_fast as well.
|
|
|
@2646
|
15 years |
Jean-Yves Lamoureux |
* Set default (temporary) size of initial term to 80x80 to avoid …
|
|
|
@2645
|
15 years |
Pascal Terjan |
* Move the end of options parsing into handle_command_line
|
|
|
@2644
|
15 years |
Sam Hocevar |
* edd.c: example program that computes the Floyd-Steinberg …
|
|
|
@2643
|
15 years |
Sam Hocevar |
* blur.c: adapt the kernel size to large values of dx and/or dy.
* …
|
|
|
@2642
|
15 years |
Jean-Yves Lamoureux |
* Moved most of the command line parsing to its own function
|
|
|
@2641
|
15 years |
Jean-Yves Lamoureux |
* Added window list and window selection by name using ctrl-a-"
|
|
|
@2640
|
15 years |
Pascal Terjan |
* Fill TODO with nice wishes
|
|
|
@2639
|
15 years |
Jean-Yves Lamoureux |
* We can now choose current window with ctrl-a-N where N is 0-9
|
|
|
@2638
|
15 years |
Jean-Yves Lamoureux |
* Don't quit if a refresh doesn't work. Problem must be tougher as …
|
|
|
@2637
|
15 years |
Sam Hocevar |
* Add Floyd-Steinberg grayscale dithering.
|
|
|
@2636
|
15 years |
Sam Hocevar |
* pixels.c: fix a typo in the dithering method that could cause crashes.
|
|
|
@2635
|
15 years |
Sam Hocevar |
* measure.c: started writing error/measure functions. First one is RMSD.
|
|
|
@2634
|
15 years |
Sam Hocevar |
* blur.c: support for greyscale images.
|
|
|
@2633
|
15 years |
Sam Hocevar |
* pixels.c: start supporting grayscale images.
|
|
|
@2632
|
15 years |
Sam Hocevar |
* codec.c: bump Imlib2 and OpenCV priorities over SDL.
|
|
|
@2631
|
15 years |
Sam Hocevar |
* opencv.c: bring the OpenCV codec up to date.
|
|
|
@2630
|
15 years |
Sam Hocevar |
* pixels.c: add support for 24-bpp BGR format.
|
|
|
@2629
|
15 years |
Sam Hocevar |
* pipi.c: reimplement pipi_new() without relying on the underlying …
|
|
|
@2628
|
15 years |
Sam Hocevar |
* configure.ac: fix the OpenCV detection by using pkg-config.
|
|
|
@2627
|
15 years |
Pascal Terjan |
* Use "config.h" everywhere
|
|
|
@2626
|
15 years |
Pascal Terjan |
* Handle Ctrl-a k (and not only Ctrl-a Ctrl-k)
|
|
|
@2625
|
15 years |
Pascal Terjan |
* Filter out events that we don't use
* Reduce caca_get_event timeout
|
|
|
@2624
|
15 years |
Pascal Terjan |
* Move all server creatio ninto server.c
|
|
|
@2623
|
15 years |
Pascal Terjan |
* No need to reize windows until we now the size of the client
|
|
|
@2622
|
15 years |
Pascal Terjan |
* Don't use free'd title during the final animation
|
|
|
@2621
|
15 years |
Sam Hocevar |
* Start shipping unit tests. The first one checks that converting an
…
|
|
|
@2620
|
15 years |
Sam Hocevar |
* pixels.c: clamp pixels in the float32 -> rgba32 conversion to avoid
…
|
|
|
@2619
|
15 years |
Sam Hocevar |
* filter/blur.c: avoid annoying side effects with very small or …
|
|
|
@2618
|
15 years |
Sam Hocevar |
* filter/blur.c: minor optimisation in the kernel generation.
|
|
|
@2617
|
15 years |
Sam Hocevar |
* blur.c: support for variable blur radius and Gaussian offset.
|
|
|
@2616
|
15 years |
Sam Hocevar |
* pixels.c: add Floyd-Steinberg dithering to the float32 -> rgba32
…
|
|
|
@2615
|
15 years |
Sam Hocevar |
* term.c: use size_t instead of unsigned int to avoid warnings.
|
|
|
@2614
|
15 years |
Pascal Terjan |
* Factorize some code in attach.c
|
|
|
@2613
|
15 years |
Pascal Terjan |
* Handle events even if we get flooded on the socket
|
|
|
@2612
|
15 years |
Pascal Terjan |
* Revert change about ptrace.h, should not be commited
|
|
|
@2611
|
15 years |
Pascal Terjan |
* Fix copy/paste errors
|
|
|
@2610
|
15 years |
Pascal Terjan |
* Fix build without PAM
|
|
|
@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.
|
|
|