63 Revīzijas (014e889fe0b99233911f25b911e8cb31cacdfc34)

Autors SHA1 Ziņojums Datums
  sam 80bfef8e57 mean.c: rename this file into merge.c and implement pipi_merge() for trivial pirms 15 gadiem
  sam 2ff222affb Add a wave filter for crappy sine effects. pirms 16 gadiem
  sam 0a241eb088 Got rid of the modular codec stuff. All codecs should work the same way. pirms 16 gadiem
  sam b64a243725 Create basic tile handling functions. pirms 16 gadiem
  sam 6daa91eeab libpipi: move histogram.c and measure.c in a new analysis/ subdirectory. pirms 16 gadiem
  sam 2c79783bee libpipi: improve GDI+ codec cross-compilation. pirms 16 gadiem
  jylam e488046fb0 * Added 'Modular' codec as a testbed for hand-written codecs, as well as a JPEG decoder (libjpeg). Some stuff are pirms 16 gadiem
  sam eb2a30336b libpipi: duplicate the GDI codec in order to prepare the GDI+ one. pirms 16 gadiem
  jylam 3f41834cd8 * Added -lm to libpipi.la to fix a link issue on some plateforms pirms 16 gadiem
  sam 0eb36a6225 Support C99 types on Win32 through the same hacks as in libcaca. pirms 16 gadiem
  jylam b222945a6e * Added preliminary support of CoreImage (Cocoa/Mac OS X) pirms 16 gadiem
  sam 2f5dae2927 Wrote an Oric hires file parser. pirms 16 gadiem
  sam 9f10fdd2b9 gdi.c: the GDI codec can now open and save BMP files. pirms 16 gadiem
  sam 89d3be6048 Detect Windows GDI at configuration time. pirms 16 gadiem
  jylam 4a41d81ee6 * Moved accessors to their own file, and added a pipi_get_format_name() pirms 16 gadiem
  sam bd54059e60 * Add a scale parameter to pipi_dither_ordered_ext(). pirms 16 gadiem
  jylam 3553851ad5 * Preliminary support for a string to color routine (rgb(), argb() frgb(), fargb()) as well as named colors pirms 16 gadiem
  jylam 756cc89890 * Preliminary image histogram routines and example pirms 16 gadiem
  sam e13a1527e4 * line.c: merge the antialiased line template back into line.c. pirms 16 gadiem
  sam 39865db8bd * line.c: convert the aliased line drawing to the template system. pirms 16 gadiem
  sam 8ddfafa5ba * Rework the convolution template system. pirms 16 gadiem
  jylam 306ec17156 * Added a bezier curve primitive (2 control points). pirms 16 gadiem
  jylam 3d6c087459 * Oops. Fixed typo that prevented tile.c to be compiled (STFU I SAID!) pirms 16 gadiem
  jylam 0a6391a78b * Added *line_template.h to Makefile.am, to make sure teuf shuts the phoque up pirms 16 gadiem
  jylam 971efb124e * Added simple Bresenham line drawing routines (RGBA_32, RGBA_F, Y_F) pirms 16 gadiem
  sam 6e0afb6f37 * Put the random and Bayer stock image generation into pipi/render/*. pirms 16 gadiem
  sam 645169e3b1 * Add the "halftone" dithering method, which uses classical halftone (aka. pirms 16 gadiem
  sam 44c9b8e15d * Get rid of the specific error diffusion functions, since our stock kernels pirms 16 gadiem
  sam 90c7527281 * Add pipi_dither_ediff(), a generic error diffusion dithering algorithm pirms 16 gadiem
  sam e38943a327 * rgb.c: implement pipi_rgb(), to combine three RGB channels. pirms 16 gadiem
  sam b40fc1b330 * atkinson.c: implement Atkinson dithering. pirms 16 gadiem
  sam 2da45f954b * Implement pipi_vflip() and pipi_hflip(). pirms 16 gadiem
  sam 31fec9b526 * Add pipi_dilate() / pipi_erode() and --dilate / --erode. pirms 16 gadiem
  sam d9f3b654bc * median.c: add a median filter. Highly unoptimised for now. pirms 16 gadiem
  sam baa3d82e4b * Move the palette reduction algorithm into pipi_reduce(). pirms 16 gadiem
  sam 18e1cc4471 * Add pipi_invert() to invert an image's colours. pirms 16 gadiem
  sam 48b881b6fa * Add pipi_tile, to create image mosaics. pirms 16 gadiem
  sam b74fad466b * Implement difference, multiply, divide, screen and overlay blend methods. pirms 16 gadiem
  sam da84205cde * subadd.c: add pipi_sub() and pipi_add() as another way to combine two pirms 16 gadiem
  sam 6fb5354eff * minmax.c: add pipi_min() and pipi_max() as another way to combine two pirms 16 gadiem
  sam 9bd6b555f9 * mean.c: implement pipi_mean() to compute a mean image. pirms 16 gadiem
  sam ec187df115 * convolution_template.h: split convolution routines into separate functions pirms 16 gadiem
  sam 25cdf35a86 * jajuni.c: add Jarvis-Judice-Ninke dithering. It's a Floyd-Steinberg-like pirms 16 gadiem
  sam 3014994c61 * codec.c: support for stock images in pipi_load(). pirms 16 gadiem
  sam 0f3943d0fe * Add functions that handle a stack-based processing queue. pirms 16 gadiem
  sam b7c2d1f847 * autocontrast.c: simple autocontrast filter; does not work very well. pirms 16 gadiem
  sam c269c219b2 * Get rid of test.c, it was no longer useful anyway. pirms 16 gadiem
  jylam 290e151913 * First shot of a floodfiller (both u32 and float, 4 neighbours) pirms 16 gadiem
  sam 0eda956bfc * random.c: implement random dithering using a deterministic pseudo-RNG. pirms 16 gadiem
  sam 6a3309663e * ordered.c: implement Bayer dithering (pretty trivial). pirms 16 gadiem