|
|
@3402
|
12 years |
Sam Hocevar |
Fix a very old crash in the box blur filter that occurred when the …
|
|
|
@3342
|
12 years |
Sam Hocevar |
Change _C pixel format suffixes into _U8 for more clarity.
|
|
|
@3340
|
12 years |
Sam Hocevar |
Rename pipi_getpixel into pipi_get_pixels.
|
|
|
@2904
|
12 years |
Sam Hocevar |
Start writing Visual Studio projects.
|
|
|
@2902
|
12 years |
Sam Hocevar |
Support C99 types on Win32 through the same hacks as in libcaca.
|
|
|
@2844
|
12 years |
Sam Hocevar |
Fix headers.
|
|
|
@2806
|
12 years |
Sam Hocevar |
* pipi_template.h: factor the last unrolled preprocessor loop.
|
|
|
@2802
|
12 years |
Sam Hocevar |
* blur.c: support wrap around images in box blur (it's actually …
|
|
|
@2801
|
12 years |
Sam Hocevar |
* blur.c: use the template system for the boxblur functions.
|
|
|
@2800
|
12 years |
Sam Hocevar |
* blur.c: fix the separate filter optimisation in the blur code by not …
|
|
|
@2743
|
12 years |
Sam Hocevar |
* blur.c: proper box blur implementation that runs linearly with
…
|
|
|
@2737
|
12 years |
Sam Hocevar |
* blur.c: improve the Gaussian kernel interpolation.
|
|
|
@2719
|
12 years |
Sam Hocevar |
* blur.c: improve the Gaussian kernel generation by interpolating its
…
|
|
|
@2715
|
12 years |
Sam Hocevar |
* blur.c: add an argument to the gaussian convolution to specify an …
|
|
|
@2681
|
12 years |
Sam Hocevar |
* blur.c: implement box blur; currently runs in O(n) but we could make …
|
|
|
@2661
|
12 years |
Sam Hocevar |
* blur.c: remove the blurring code and use our generic convolution
…
|
|
|
@2643
|
12 years |
Sam Hocevar |
* blur.c: adapt the kernel size to large values of dx and/or dy.
* …
|
|
|
@2634
|
12 years |
Sam Hocevar |
* blur.c: support for greyscale images.
|
|
|
@2619
|
12 years |
Sam Hocevar |
* filter/blur.c: avoid annoying side effects with very small or …
|
|
|
@2618
|
12 years |
Sam Hocevar |
* filter/blur.c: minor optimisation in the kernel generation.
|
|
|
@2617
|
12 years |
Sam Hocevar |
* blur.c: support for variable blur radius and Gaussian offset.
|
|
|
@2608
|
12 years |
Sam Hocevar |
* blur.c: separated blur; it's now incredibly faster.
|
|
|
@2606
|
12 years |
Sam Hocevar |
* blur.c: fix overflow errors.
|
|
|
@2605
|
12 years |
Sam Hocevar |
* Big API reorganisation. Now libpipi can transparently convert …
|
|
|
@2603
|
12 years |
Sam Hocevar |
* Test implementation of Gaussian blurring. It's awfully slow and does …
|