Ignore:
Timestamp:
Aug 14, 2008, 8:34:44 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • blur.c: add an argument to the gaussian convolution to specify an angle. Of course since the kernel is no longer separable, it becomes awfully slow with large images. Here is a tileable brushed metal texture: # pipi pipi:random512x512 --wrap --blur 20x0r25 -o image.png
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/pipi/pipi.h

    r2711 r2715  
    100100extern pipi_image_t *pipi_gaussian_blur(pipi_image_t *, float);
    101101extern pipi_image_t *pipi_gaussian_blur_ext(pipi_image_t *,
    102                                             float, float, float, float);
     102                                            float, float, float, float, float);
    103103extern pipi_image_t *pipi_box_blur(pipi_image_t *, int);
    104104extern pipi_image_t *pipi_box_blur_ext(pipi_image_t *, int, int);
Note: See TracChangeset for help on using the changeset viewer.