您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
sam 15bd183743 * Rename --rgb into --combine and add --split. Basic per-channel operations 17 年前
..
codec * pixels.c: store byte length and bits-per-pixel value in the pipi_pixels_t 17 年前
combine * rgb.c: implement pipi_red(), pipi_green() and pipi_blue() to extract 17 年前
dither * atkinson.c: implement Atkinson dithering. 17 年前
filter * transform.c: implement pipi_rotate90, pipi_rotate180 and pipi_rotate270. 17 年前
paint * color.c: implement pipi_brightness() and pipi_contrast(). 17 年前
quantize * Move the palette reduction algorithm into pipi_reduce(). 17 年前
Makefile.am * rgb.c: implement pipi_rgb(), to combine three RGB channels. 17 年前
codec.c * codec.c: support for stock images in pipi_load(). 17 年前
context.c * Rename --rgb into --combine and add --split. Basic per-channel operations 17 年前
dither.c * Big API reorganisation. Now libpipi can transparently convert between 17 年前
measure.c * measure.c: there is now pipi_measure_msd in addition to pipi_measure_rmsd. 17 年前
pipi.c * convolution.c: support for wrap-around in convolutions. 17 年前
pipi.h * rgb.c: implement pipi_red(), pipi_green() and pipi_blue() to extract 17 年前
pipi.pc.in * Initial code skeleton. 18 年前
pipi_internals.h * convolution.c: support for wrap-around in convolutions. 17 年前
pixels.c * pixels.c: fix uninitialised w and h in pipi_getpixels. 17 年前
resize.c * Big API reorganisation. Now libpipi can transparently convert between 17 年前
stock.c * stock.c: the random stock image now creates RGB noise. 17 年前