Changeset 2603


Ignore:
Timestamp:
07/29/08 01:01:21 (5 years ago)
Author:
sam
Message:
  • Test implementation of Gaussian blurring. It's awfully slow and does not use the separation property, but it's just for a test.
Location:
libpipi/trunk/pipi
Files:
2 added
2 edited

Legend:

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

    r2263 r2603  
    2828        test.c \ 
    2929        $(codec_sources) \ 
     30        filter/blur.c \ 
    3031        $(NULL) 
    3132libpipi_la_CFLAGS = $(codec_cflags) 
  • libpipi/trunk/pipi/pipi.h

    r2263 r2603  
    4141extern pipi_image_t *pipi_resize(pipi_image_t const *, int, int); 
    4242 
     43extern pipi_image_t *pipi_gaussian_blur(pipi_image_t const *, float); 
     44 
    4345extern void pipi_dither_24to16(pipi_image_t *img); 
    4446 
Note: See TracChangeset for help on using the changeset viewer.