93 коммитов (027ac838629d7afa1a5de2f5402d2cbe1603025c)

Автор SHA1 Сообщение Дата
  sam 027ac83862 Allow to choose between RGB and YUV in pipi_open_sequence(). 14 лет назад
  sam bd77b09b6e Add functions to convert from RGB to YUV and back. 14 лет назад
  sam 3f31901de2 Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe. 14 лет назад
  sam 2297613cd7 Make the movie generation methods and program more versatile. 14 лет назад
  sam 6d12c28052 Mark pipi_open_sequence's first argument as const. 15 лет назад
  sam 23901ebc24 Move the whole makemovie logic to libpipi. It's really hackish 15 лет назад
  sam fb7d1905d2 Implement pipi_blit(). 15 лет назад
  sam 859e659c5b Implement pipi_rotate(). Currently nearest-neighbour only, supersample if 15 лет назад
  sam 25eac661af wave.c: implement pipi_wave() in addition to pipi_sine(). The effect is 15 лет назад
  sam 78c5fad50e wave.c: rename pipi_wave() into pipi_sine(). 15 лет назад
  sam 3b38443852 resize.c: add pipi_crop() and the --crop flag. 15 лет назад
  sam 80bfef8e57 mean.c: rename this file into merge.c and implement pipi_merge() for trivial 15 лет назад
  sam b7e3368c23 wave.c: change the wave arguments. The format is now eg. 150x100+10r1.3 where 15 лет назад
  sam 2ff222affb Add a wave filter for crappy sine effects. 16 лет назад
  sam 1ff231b9f7 Change _C pixel format suffixes into _U8 for more clarity. 16 лет назад
  sam 0494eff2ef Add pipi_release_pixels and pipi_set_colorspace in prevision of 16 лет назад
  sam bb926c7a95 Rename pipi_getpixel into pipi_get_pixels. 16 лет назад
  sam b64a243725 Create basic tile handling functions. 16 лет назад
  sam e10e51eaba Quick and dirty implementation of pipi_draw_rectangle() to save zMoo. 16 лет назад
  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 лет назад