Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
sam 15bd183743 * Rename --rgb into --combine and add --split. Basic per-channel operations před 17 roky
..
codec * pixels.c: store byte length and bits-per-pixel value in the pipi_pixels_t před 17 roky
combine * rgb.c: implement pipi_red(), pipi_green() and pipi_blue() to extract před 17 roky
dither * atkinson.c: implement Atkinson dithering. před 17 roky
filter * transform.c: implement pipi_rotate90, pipi_rotate180 and pipi_rotate270. před 17 roky
paint * color.c: implement pipi_brightness() and pipi_contrast(). před 17 roky
quantize * Move the palette reduction algorithm into pipi_reduce(). před 17 roky
Makefile.am * rgb.c: implement pipi_rgb(), to combine three RGB channels. před 17 roky
codec.c * codec.c: support for stock images in pipi_load(). před 17 roky
context.c * Rename --rgb into --combine and add --split. Basic per-channel operations před 17 roky
dither.c * Big API reorganisation. Now libpipi can transparently convert between před 17 roky
measure.c * measure.c: there is now pipi_measure_msd in addition to pipi_measure_rmsd. před 17 roky
pipi.c * convolution.c: support for wrap-around in convolutions. před 17 roky
pipi.h * rgb.c: implement pipi_red(), pipi_green() and pipi_blue() to extract před 17 roky
pipi.pc.in * Initial code skeleton. před 18 roky
pipi_internals.h * convolution.c: support for wrap-around in convolutions. před 17 roky
pixels.c * pixels.c: fix uninitialised w and h in pipi_getpixels. před 17 roky
resize.c * Big API reorganisation. Now libpipi can transparently convert between před 17 roky
stock.c * stock.c: the random stock image now creates RGB noise. před 17 roky