20 Commits (916f5791940754a1bac409150b9104ac40e84313)

Autor SHA1 Mensaje Fecha
  jylam b67fde0e94 * Added Wu-Xaolin antialiased lines (Still lacks RGBA32 transparency code, with a fallback to float for now) hace 16 años
  sam 541e0213f7 * Goddammit, this time I'm fixing the f32 to u8 RGB conversion for real. hace 16 años
  sam 074e339ae3 * pixels.c: fix a bug in the f32 to u8 RGB conversion. hace 16 años
  sam f3a19b6ce5 * pixels.c: allow to call pipi_getpixels with PIPI_PIXELS_MASK_C. hace 16 años
  sam 23bd005f9c * pipi.h: add the PIPI_PIXELS_MASK_C pixel format for canvas boundaries. hace 16 años
  sam 7263c34dad * pixels.c: temporarily set internal gamma to 1.0 so that I can compare hace 16 años
  sam f6f7cbc060 * pixels.c: fix uninitialised w and h in pipi_getpixels. hace 16 años
  sam a17c6753e3 * pixels.c: store byte length and bits-per-pixel value in the pipi_pixels_t hace 16 años
  sam 99d8af784e * pixels.c: support more conversion combinations. hace 16 años
  sam 36da8b05dd * pixels.c: fix a typo in the dithering method that could cause crashes. hace 16 años
  sam eea9f9b829 * pixels.c: start supporting grayscale images. hace 16 años
  sam 0d8f01566b * pixels.c: add support for 24-bpp BGR format. hace 16 años
  sam caba836e5d * pixels.c: clamp pixels in the float32 -> rgba32 conversion to avoid hace 16 años
  sam e15f20a316 * pixels.c: add Floyd-Steinberg dithering to the float32 -> rgba32 hace 16 años
  sam 0105b6f3b6 * pixels.c: speed up the RGBA32 -> float32 conversion, using a simple LUT. hace 16 años
  sam 31328a14aa * Big API reorganisation. Now libpipi can transparently convert between hace 16 años
  sam 1871465283 * pixels.c: do not return a white pixel when calling getpixel() outside hace 16 años
  sam d8aa3a24c3 * getpixel/setpixel functions use doubles instead of ints for now. hace 16 años
  sam 7a2b8fcc65 * Resizing in libpipi is now gamma-aware. hace 16 años
  sam 53aa513e3e * Import image loading features from PWNtcha. As they are more than 4-year hace 17 años