24 Commits (345d9dc666816b32732241ce2fa001fc7437775b)

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