|
|
@2846
|
14 years |
Sam Hocevar |
Add a --gamma command to modify the global gamma value. This is a …
|
|
|
@2845
|
14 years |
Sam Hocevar |
Wrote an Oric hires file writer, based on img2oric.
|
|
|
@2844
|
14 years |
Sam Hocevar |
Fix headers.
|
|
|
@2843
|
14 years |
Sam Hocevar |
Add an AUTHORS file.
|
|
|
@2842
|
14 years |
Sam Hocevar |
Wrote an Oric hires file parser.
|
|
|
@2841
|
14 years |
Sam Hocevar |
Fix uninitialised values in most codec image writers.
|
|
|
@2840
|
14 years |
Sam Hocevar |
gdi.c: the GDI codec can now open and save BMP files.
|
|
|
@2839
|
14 years |
Sam Hocevar |
Detect Windows GDI at configuration time.
|
|
|
@2838
|
14 years |
Sam Hocevar |
COPYING: add a global license file.
|
|
|
@2837
|
14 years |
Sam Hocevar |
Allow to use all available image loaders instead of just the first one.
|
|
|
@2814
|
14 years |
Jean-Yves Lamoureux |
* Moved accessors to their own file, and added a pipi_get_format_name()
|
|
|
@2813
|
14 years |
Sam Hocevar |
* ordered.c: r means radius, not diameter.
|
|
|
@2812
|
14 years |
Sam Hocevar |
* Add a scale parameter to pipi_dither_ordered_ext().
* Reimplement …
|
|
|
@2811
|
14 years |
Sam Hocevar |
* ordered.c: allow to rotate the dither pattern, using …
|
|
|
@2810
|
14 years |
Jean-Yves Lamoureux |
* Preliminary support for a string to color routine (rgb(), argb() …
|
|
|
@2809
|
14 years |
Jean-Yves Lamoureux |
* Preliminary image histogram routines and example
|
|
|
@2808
|
14 years |
Sam Hocevar |
* median.c: oops, fix argument types in the qsort call.
|
|
|
@2807
|
14 years |
Sam Hocevar |
* median.c: use the libc's qsort to find the median value. Not really …
|
|
|
@2806
|
14 years |
Sam Hocevar |
* pipi_template.h: factor the last unrolled preprocessor loop.
|
|
|
@2804
|
14 years |
Sam Hocevar |
* convolution.c: refactor the template functions, removing 30 lines of …
|
|
|
@2803
|
14 years |
Sam Hocevar |
* configure.ac: do not bail out if OpenCV was not found at configure time.
|
|
|
@2802
|
14 years |
Sam Hocevar |
* blur.c: support wrap around images in box blur (it's actually …
|
|
|
@2801
|
14 years |
Sam Hocevar |
* blur.c: use the template system for the boxblur functions.
|
|
|
@2800
|
14 years |
Sam Hocevar |
* blur.c: fix the separate filter optimisation in the blur code by not …
|
|
|
@2799
|
14 years |
Sam Hocevar |
* line.c: minor refactoring.
|
|
|
@2798
|
14 years |
Sam Hocevar |
* line.c: merge the antialiased line template back into line.c.
|
|
|
@2797
|
14 years |
Sam Hocevar |
* aline_template.h: remove fucking tabs.
|
|
|
@2796
|
14 years |
Sam Hocevar |
* line.c: make the line drawing example use aliased lines.
|
|
|
@2795
|
14 years |
Sam Hocevar |
* line.c: convert the aliased line drawing to the template system.
|
|
|
@2794
|
14 years |
Sam Hocevar |
* Add "8bit" to the list of supported template flags.
|
|
|
@2793
|
14 years |
Sam Hocevar |
* Rework the convolution template system.
|
|
|
@2792
|
14 years |
Sam Hocevar |
* common.h: protect common.h against multiple inclusion.
|
|
|
@2791
|
14 years |
Sam Hocevar |
* convolution_template.h: clamp output values after a convolution.
|
|
|
@2790
|
14 years |
Sam Hocevar |
* Add pipi_order, to transform any image into an ordered dithering matrix.
|
|
|
@2789
|
14 years |
Jean-Yves Lamoureux |
* Added bezier files, lolz.
|
|
|
@2788
|
14 years |
Jean-Yves Lamoureux |
* Added a bezier curve primitive (2 control points).
* Fixed a float …
|
|
|
@2787
|
14 years |
Jean-Yves Lamoureux |
* Factorized some code and added temporary debug stuff
|
|
|
@2783
|
14 years |
Jean-Yves Lamoureux |
* Fixed the second part of the previous buffer overflow. No comment.
|
|
|
@2782
|
14 years |
Jean-Yves Lamoureux |
* Fixed a buffer overflow in antialiased lines
|
|
|
@2781
|
14 years |
Jean-Yves Lamoureux |
* Added line to pipi tool (format x1,y1,x2,y2,color,aa, width …
|
|
|
@2780
|
14 years |
Jean-Yves Lamoureux |
* Oops. Fixed typo that prevented tile.c to be compiled (STFU I SAID!)
|
|
|
@2779
|
14 years |
Jean-Yves Lamoureux |
* Added *line_template.h to Makefile.am, to make sure teuf shuts the …
|
|
|
@2778
|
14 years |
Jean-Yves Lamoureux |
* Moved *line_template.c to .h files to avoid problems with autotools …
|
|
|
@2777
|
14 years |
Jean-Yves Lamoureux |
* Added Wu-Xaolin antialiased lines (Still lacks RGBA32 transparency …
|
|
|
@2776
|
14 years |
Jean-Yves Lamoureux |
* Added simple Bresenham line drawing routines (RGBA_32, RGBA_F, Y_F)
|
|
|
@2775
|
14 years |
Sam Hocevar |
* Goddammit, this time I'm fixing the f32 to u8 RGB conversion for real.
|
|
|
@2774
|
14 years |
Sam Hocevar |
* pixels.c: fix a bug in the f32 to u8 RGB conversion.
|
|
|
@2773
|
14 years |
Sam Hocevar |
* pixels.c: allow to call pipi_getpixels with PIPI_PIXELS_MASK_C.
* …
|
|
|
@2772
|
14 years |
Sam Hocevar |
* pipi.h: add the PIPI_PIXELS_MASK_C pixel format for canvas …
|
|
|
@2769
|
14 years |
Sam Hocevar |
* pipi_internals.h: add two vector values for wrap around information.
|
|
|
@2768
|
14 years |
Sam Hocevar |
* pixels.c: temporarily set internal gamma to 1.0 so that I can …
|
|
|
@2767
|
14 years |
Sam Hocevar |
* screen.c: add pipi_render_halftone() to create a 45-degree clustered …
|
|
|
@2766
|
14 years |
Sam Hocevar |
* Allow bayer:256 constructs, which do the same as bayer:256x256.
|
|
|
@2765
|
14 years |
Sam Hocevar |
* Put the random and Bayer stock image generation into pipi/render/*.
|
|
|
@2761
|
14 years |
Sam Hocevar |
* Add the "halftone" dithering method, which uses classical halftone …
|
|
|
@2760
|
14 years |
Sam Hocevar |
* stock.c: add new error diffusion kernels: Fan, Shiau-Fan, Stucki, …
|
|
|
@2759
|
14 years |
Sam Hocevar |
* Get rid of the specific error diffusion functions, since our stock …
|
|
|
@2758
|
14 years |
Sam Hocevar |
* Add pipi_dither_ediff(), a generic error diffusion dithering …
|
|
|
@2757
|
14 years |
Sam Hocevar |
* Do not prefix stock image names with "pipi:", it's redundant.
|
|
|
@2756
|
14 years |
Sam Hocevar |
* Add a new image flag, u8, which indicates whether the image samples …
|
|
|
@2755
|
14 years |
Sam Hocevar |
* Rename --rgb into --combine and add --split. Basic per-channel …
|
|
|
@2754
|
14 years |
Sam Hocevar |
* rgb.c: implement pipi_red(), pipi_green() and pipi_blue() to extract …
|
|
|
@2753
|
14 years |
Sam Hocevar |
* rgb.c: implement pipi_rgb(), to combine three RGB channels.
|
|
|
@2752
|
14 years |
Sam Hocevar |
* pipi.c: implement --roll, RPL-style.
|
|
|
@2751
|
14 years |
Sam Hocevar |
* atkinson.c: implement Atkinson dithering.
|
|
|
@2750
|
14 years |
Sam Hocevar |
* transform.c: implement pipi_rotate90, pipi_rotate180 and pipi_rotate270.
|
|
|
@2749
|
14 years |
Sam Hocevar |
* Implement pipi_vflip() and pipi_hflip().
|
|
|
@2748
|
14 years |
Sam Hocevar |
* median.c: oops, removed old debugging hack from pipi_median().
|
|
|
@2747
|
14 years |
Sam Hocevar |
* color.c: implement pipi_threshold().
|
|
|
@2746
|
14 years |
Sam Hocevar |
* Add pipi_dilate() / pipi_erode() and --dilate / --erode.
|
|
|
@2745
|
14 years |
Sam Hocevar |
* median.c: fix the RGBA median filter.
|
|
|
@2744
|
14 years |
Sam Hocevar |
* median.c: add a median filter. Highly unoptimised for now.
|
|
|
@2743
|
14 years |
Sam Hocevar |
* blur.c: proper box blur implementation that runs linearly with
…
|
|
|
@2742
|
14 years |
Sam Hocevar |
* Add --boxblur to the pipi command line.
|
|
|
@2741
|
14 years |
Sam Hocevar |
* convolution_template.h: disambiguate parentheses.
|
|
|
@2738
|
14 years |
Sam Hocevar |
* img2rubik.c: add quick and dirty dithering code to img2rubik.
|
|
|
@2737
|
14 years |
Sam Hocevar |
* blur.c: improve the Gaussian kernel interpolation.
|
|
|
@2736
|
14 years |
Sam Hocevar |
* Move the palette reduction algorithm into pipi_reduce().
|
|
|
@2734
|
14 years |
Sam Hocevar |
* img2rubik.c: improve stability by clipping t.
|
|
|
@2733
|
14 years |
Sam Hocevar |
* img2rubik.c: fix convex hull build, some points were not properly
…
|
|
|
@2732
|
14 years |
Sam Hocevar |
* img2rubik.c:
+ fix RGB-space UV projection.
+ free allocated …
|
|
|
@2731
|
14 years |
Sam Hocevar |
* More img2rubik experimentation, with a lot of debugging messages.
|
|
|
@2730
|
14 years |
Sam Hocevar |
* img2rubik.c: factor out the hull generation so that we can also …
|
|
|
@2729
|
14 years |
Sam Hocevar |
* More color reduction work: we can now constraint an image's palette …
|
|
|
@2728
|
14 years |
Sam Hocevar |
* pixels.c: fix uninitialised w and h in pipi_getpixels.
|
|
|
@2727
|
14 years |
Sam Hocevar |
* stock.c: the random stock image now creates RGB noise.
|
|
|
@2726
|
14 years |
Sam Hocevar |
* Start working on colour reduction with a constrained palette.
|
|
|
@2725
|
14 years |
Sam Hocevar |
* color.c: implement pipi_brightness() and pipi_contrast().
* …
|
|
|
@2724
|
14 years |
Sam Hocevar |
* Add a NOTES file for random notes.
|
|
|
@2722
|
14 years |
Jean-Yves Lamoureux |
* Added string.h to list of included files, for memcpy()
|
|
|
@2721
|
14 years |
Jean-Yves Lamoureux |
* Removed pipi/fill directory (I thought I had done this before. Hurra …
|
|
|
@2719
|
14 years |
Sam Hocevar |
* blur.c: improve the Gaussian kernel generation by interpolating its
…
|
|
|
@2718
|
14 years |
Sam Hocevar |
* Add pipi_invert() to invert an image's colours.
|
|
|
@2717
|
14 years |
Sam Hocevar |
* Add pipi_tile, to create image mosaics.
|
|
|
@2716
|
14 years |
Sam Hocevar |
* Add the --scale flag. Resizes the image like --geometry, except with …
|
|
|
@2715
|
14 years |
Sam Hocevar |
* blur.c: add an argument to the gaussian convolution to specify an …
|
|
|
@2713
|
14 years |
Sam Hocevar |
* Allow pipi --blur to specify both the X and Y Gaussian sizes. Now we …
|
|
|
@2712
|
14 years |
Sam Hocevar |
* pipi.c: add the --geometry flag (only wxh for now).
|
|
|
@2711
|
14 years |
Sam Hocevar |
* Implement difference, multiply, divide, screen and overlay blend methods.
|
|
|
@2710
|
14 years |
Sam Hocevar |
* convolution.c: move local function prototypes to convolution_template.h.
|
|
|