74 Ревизии (44b581745024bef1b83585dd4effe1f4aee2ad82)

Автор SHA1 Съобщение Дата
  sam c355bb98bc Create Visual Studio build files for libpipi, pipi-sharp and The Pimp. преди 16 години
  sam 0eb36a6225 Support C99 types on Win32 through the same hacks as in libcaca. преди 16 години
  sam 3f9fafa651 pipi.c: add pipi_get_version(). преди 16 години
  sam d5432bccff Hide the list of available commands in pipi/context.c, so that the преди 16 години
  sam 59e4d8ccd6 Add a --gamma command to modify the global gamma value. This is a nasty преди 16 години
  sam 36438eed8f Fix headers. преди 16 години
  sam 6fc2b78f37 Allow to use all available image loaders instead of just the first one. преди 16 години
  jylam 4a41d81ee6 * Moved accessors to their own file, and added a pipi_get_format_name() преди 16 години
  sam bd54059e60 * Add a scale parameter to pipi_dither_ordered_ext(). преди 16 години
  sam 4fefa85cd9 * ordered.c: allow to rotate the dither pattern, using nearest-neighbour преди 16 години
  jylam 3553851ad5 * Preliminary support for a string to color routine (rgb(), argb() frgb(), fargb()) as well as named colors преди 16 години
  jylam 756cc89890 * Preliminary image histogram routines and example преди 16 години
  sam 3dba2d0198 * Add pipi_order, to transform any image into an ordered dithering matrix. преди 16 години
  jylam 306ec17156 * Added a bezier curve primitive (2 control points). преди 16 години
  jylam 0a06b0af5f * Moved *line_template.c to .h files to avoid problems with autotools (sam) преди 16 години
  jylam b67fde0e94 * Added Wu-Xaolin antialiased lines (Still lacks RGBA32 transparency code, with a fallback to float for now) преди 16 години
  jylam 971efb124e * Added simple Bresenham line drawing routines (RGBA_32, RGBA_F, Y_F) преди 16 години
  sam 23bd005f9c * pipi.h: add the PIPI_PIXELS_MASK_C pixel format for canvas boundaries. преди 16 години
  sam ac072123b4 * screen.c: add pipi_render_halftone() to create a 45-degree clustered dot преди 16 години
  sam 6e0afb6f37 * Put the random and Bayer stock image generation into pipi/render/*. преди 16 години
  sam 645169e3b1 * Add the "halftone" dithering method, which uses classical halftone (aka. преди 16 години
  sam 44c9b8e15d * Get rid of the specific error diffusion functions, since our stock kernels преди 16 години
  sam 90c7527281 * Add pipi_dither_ediff(), a generic error diffusion dithering algorithm преди 16 години
  sam 6433a59c97 * rgb.c: implement pipi_red(), pipi_green() and pipi_blue() to extract преди 16 години
  sam e38943a327 * rgb.c: implement pipi_rgb(), to combine three RGB channels. преди 16 години
  sam b40fc1b330 * atkinson.c: implement Atkinson dithering. преди 16 години
  sam 36fb60cacf * transform.c: implement pipi_rotate90, pipi_rotate180 and pipi_rotate270. преди 16 години
  sam 2da45f954b * Implement pipi_vflip() and pipi_hflip(). преди 16 години
  sam 0cab178432 * color.c: implement pipi_threshold(). преди 16 години
  sam 31fec9b526 * Add pipi_dilate() / pipi_erode() and --dilate / --erode. преди 16 години
  sam d9f3b654bc * median.c: add a median filter. Highly unoptimised for now. преди 16 години
  sam baa3d82e4b * Move the palette reduction algorithm into pipi_reduce(). преди 16 години
  sam e50ce5c67a * color.c: implement pipi_brightness() and pipi_contrast(). преди 16 години
  jylam 22b3af001b * Added string.h to list of included files, for memcpy() преди 16 години
  sam 18e1cc4471 * Add pipi_invert() to invert an image's colours. преди 16 години
  sam 48b881b6fa * Add pipi_tile, to create image mosaics. преди 16 години
  sam 97930521fc * blur.c: add an argument to the gaussian convolution to specify an angle. преди 16 години
  sam b74fad466b * Implement difference, multiply, divide, screen and overlay blend methods. преди 16 години
  sam da84205cde * subadd.c: add pipi_sub() and pipi_add() as another way to combine two преди 16 години
  sam 6fb5354eff * minmax.c: add pipi_min() and pipi_max() as another way to combine two преди 16 години
  sam 9bd6b555f9 * mean.c: implement pipi_mean() to compute a mean image. преди 16 години
  sam 25cdf35a86 * jajuni.c: add Jarvis-Judice-Ninke dithering. It's a Floyd-Steinberg-like преди 16 години
  sam eb9a270380 * pipi_dither_ordered() now takes two arguments; any image can be used as преди 16 години
  sam 3014994c61 * codec.c: support for stock images in pipi_load(). преди 16 години
  sam 0f3943d0fe * Add functions that handle a stack-based processing queue. преди 16 години
  sam 77ec441434 * blur.c: implement box blur; currently runs in O(n) but we could make it преди 16 години
  sam b7c2d1f847 * autocontrast.c: simple autocontrast filter; does not work very well. преди 16 години
  sam c269c219b2 * Get rid of test.c, it was no longer useful anyway. преди 16 години
  jylam baa61a9f6d * Handle alpha layer in floodfill (but don't make it conditionnal to the algorithm) преди 16 години
  jylam 290e151913 * First shot of a floodfiller (both u32 and float, 4 neighbours) преди 16 години