..
codec
* pipi.h: add the PIPI_PIXELS_MASK_C pixel format for canvas boundaries.
pirms 17 gadiem
combine
* rgb.c: implement pipi_red(), pipi_green() and pipi_blue() to extract
pirms 17 gadiem
dither
* Add the "halftone" dithering method, which uses classical halftone (aka.
pirms 17 gadiem
filter
* transform.c: implement pipi_rotate90, pipi_rotate180 and pipi_rotate270.
pirms 17 gadiem
paint
* Added a bezier curve primitive (2 control points).
pirms 17 gadiem
quantize
* Move the palette reduction algorithm into pipi_reduce().
pirms 17 gadiem
render
* screen.c: add pipi_render_halftone() to create a 45-degree clustered dot
pirms 17 gadiem
Makefile.am
* Added a bezier curve primitive (2 control points).
pirms 17 gadiem
codec.c
* screen.c: add pipi_render_halftone() to create a 45-degree clustered dot
pirms 17 gadiem
context.c
* Added line to pipi tool (format x1,y1,x2,y2,color,aa, width coordinates as ints, color as hex quadret, aa as an optionnal bit which controls
pirms 17 gadiem
dither.c
* Big API reorganisation. Now libpipi can transparently convert between
pirms 17 gadiem
measure.c
* measure.c: there is now pipi_measure_msd in addition to pipi_measure_rmsd.
pirms 17 gadiem
pipi.c
* Add a new image flag, u8, which indicates whether the image samples come
pirms 17 gadiem
pipi.h
* Added a bezier curve primitive (2 control points).
pirms 17 gadiem
pipi.pc.in
* Initial code skeleton.
pirms 18 gadiem
pipi_internals.h
* pipi_internals.h: add two vector values for wrap around information.
pirms 17 gadiem
pixels.c
* Added Wu-Xaolin antialiased lines (Still lacks RGBA32 transparency code, with a fallback to float for now)
pirms 17 gadiem
resize.c
* Big API reorganisation. Now libpipi can transparently convert between
pirms 17 gadiem
stock.c
* screen.c: add pipi_render_halftone() to create a 45-degree clustered dot
pirms 17 gadiem