Ignore:
Timestamp:
Aug 11, 2008, 2:51:05 AM (15 years ago)
Author:
Sam Hocevar
Message:
  • context.c: implement various dithering commands and Gaussian blur.
  • pipi.c: add "--blur" and "--dither" commandline options.
  • blur.c dither.c: remove these examples, pipi.c works a lot better:

pipi src.png --blur 10 dest.png
pipi src.png --dither dbs dest.png

(and of course combinations are possible)

Location:
libpipi/trunk/examples
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/examples/Makefile.am

    r2676 r2694  
    33AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi
    44
    5 bin_PROGRAMS = blur dither edd img2rubik sharpen floodfill
    6 
    7 blur_SOURCES = blur.c
    8 blur_LDADD = ../pipi/libpipi.la
    9 
    10 dither_SOURCES = dither.c
    11 dither_LDADD = ../pipi/libpipi.la
     5bin_PROGRAMS = edd img2rubik sharpen floodfill
    126
    137edd_SOURCES = edd.c
Note: See TracChangeset for help on using the changeset viewer.