46 Revīzijas (70e7f92416d91e47f1a938f129f4697b5a795fa1)

Autors SHA1 Ziņojums Datums
  sam 70e7f92416 Added a movie thumbnailer (storyboard generator) using libavcodec. pirms 16 gadiem
  sam 1ff231b9f7 Change _C pixel format suffixes into _U8 for more clarity. pirms 16 gadiem
  sam 0494eff2ef Add pipi_release_pixels and pipi_set_colorspace in prevision of pirms 16 gadiem
  sam bb926c7a95 Rename pipi_getpixel into pipi_get_pixels. pirms 16 gadiem
  jylam c0359c8aa4 * Fixed a memory leak in histogram example pirms 16 gadiem
  sam 69fda35bdf Add a bunch of .gitignore files for git-svn users. pirms 16 gadiem
  sam 1f64bdfa4b Do not install example programs. pirms 16 gadiem
  sam 56dcd4e41e Fix C include paths for separate directory builds. pirms 16 gadiem
  sam 0eb36a6225 Support C99 types on Win32 through the same hacks as in libcaca. 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 a25a78d31c * line.c: make the line drawing example use aliased lines. pirms 16 gadiem
  jylam 6d69dcc7ea * Added bezier files, lolz. pirms 16 gadiem
  jylam 306ec17156 * Added a bezier curve primitive (2 control points). pirms 16 gadiem
  jylam c759699dba * Fixed the second part of the previous buffer overflow. No comment. pirms 16 gadiem
  jylam b67fde0e94 * Added Wu-Xaolin antialiased lines (Still lacks RGBA32 transparency code, with a fallback to float for now) pirms 16 gadiem
  jylam 971efb124e * Added simple Bresenham line drawing routines (RGBA_32, RGBA_F, Y_F) pirms 16 gadiem
  sam 44c9b8e15d * Get rid of the specific error diffusion functions, since our stock kernels pirms 16 gadiem
  sam db43a4df0d * img2rubik.c: add quick and dirty dithering code to img2rubik. pirms 16 gadiem
  sam baa3d82e4b * Move the palette reduction algorithm into pipi_reduce(). pirms 16 gadiem
  sam f6e201c341 * img2rubik.c: improve stability by clipping t. pirms 16 gadiem
  sam 585af308a2 * img2rubik.c: fix convex hull build, some points were not properly pirms 16 gadiem
  sam b9ccaad752 * img2rubik.c: pirms 16 gadiem
  sam 0151c722cd * More img2rubik experimentation, with a lot of debugging messages. pirms 16 gadiem
  sam e23268c286 * img2rubik.c: factor out the hull generation so that we can also build a pirms 16 gadiem
  sam 89ae481795 * More color reduction work: we can now constraint an image's palette to pirms 16 gadiem
  sam 13bbfb8b27 * Start working on colour reduction with a constrained palette. pirms 16 gadiem
  sam 97930521fc * blur.c: add an argument to the gaussian convolution to specify an angle. pirms 16 gadiem
  sam d6b8cca4ec * context.c: implement various dithering commands and Gaussian blur. pirms 16 gadiem
  sam c269c219b2 * Get rid of test.c, it was no longer useful anyway. pirms 16 gadiem
  jylam baa61a9f6d * Handle alpha layer in floodfill (but don't make it conditionnal to the algorithm) 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 41efcdecc0 * Prefix dithering functions with _dither_ to avoid namespace cluttering. pirms 16 gadiem
  sam 6a3309663e * ordered.c: implement Bayer dithering (pretty trivial). pirms 16 gadiem
  sam bf31390d1e * sharpen.c: add a sharpen filter example, using our generic convolution pirms 16 gadiem
  sam c587c29021 * blur.c: fix the blur example’s argument checking. pirms 16 gadiem
  sam 870828bc87 * edd.c: output MSD instead of RMSD in the displacement computation. pirms 16 gadiem
  sam 87f8e922ab * Error diffusion methods now support either raster or serpentine scan. pirms 16 gadiem
  sam 99d8af784e * pixels.c: support more conversion combinations. pirms 16 gadiem
  sam 302ce37f8e * ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm. pirms 16 gadiem
  sam 3e575ba28a * dither.c: add an example program for dithering methods. pirms 16 gadiem
  sam 18fd8276bd * edd.c: output E_fast as well. pirms 16 gadiem
  sam 5974ab95c5 * edd.c: example program that computes the Floyd-Steinberg displacement, pirms 16 gadiem
  sam 60dea0643d * Add a blur example. pirms 16 gadiem
  sam 735b2a5da0 * Checking in an old Rubik's cube dithering test. pirms 16 gadiem