220 Commits (f0b30c6fa17d10cbeb5c09e4ed4d83fd6f20a619)

Autor SHA1 Nachricht Datum
  sam f0b30c6fa1 Properly handle alpha components in the convolution code. vor 16 Jahren
  sam 1b42147e18 Properly handle alpha components in the resize code. vor 16 Jahren
  sam 2ff222affb Add a wave filter for crappy sine effects. vor 16 Jahren
  sam 78cc659e07 imlib.c: fix support for alpha channel when saving using Imlib2. vor 16 Jahren
  sam bc4b740e20 Minor reorg in the JPEG codec. vor 16 Jahren
  sam 0a241eb088 Got rid of the modular codec stuff. All codecs should work the same way. vor 16 Jahren
  sam 1ff231b9f7 Change _C pixel format suffixes into _U8 for more clarity. vor 16 Jahren
  sam 0494eff2ef Add pipi_release_pixels and pipi_set_colorspace in prevision of vor 16 Jahren
  sam bb926c7a95 Rename pipi_getpixel into pipi_get_pixels. vor 16 Jahren
  sam b64a243725 Create basic tile handling functions. vor 16 Jahren
  jylam 4eb5808fa1 * Added setjmp/longjmp support to jpeg loader. vor 16 Jahren
  sam e10e51eaba Quick and dirty implementation of pipi_draw_rectangle() to save zMoo. vor 16 Jahren
  sam 74f407c040 libpipi: remove extra newlines in debug messages. vor 16 Jahren
  jylam e2d6916c06 * Images were saved with R and B inverted vor 16 Jahren
  sam 6daa91eeab libpipi: move histogram.c and measure.c in a new analysis/ subdirectory. vor 16 Jahren
  sam 5e9974b082 libpipi: reduce the libjpeg priority until this codec works on amd64. vor 16 Jahren
  jylam 7d5c789c26 * Changed petit pédé's stuff vor 16 Jahren
  jylam 995514ae7d * Added bound-checking to file extension detection vor 16 Jahren
  jylam cf55ba13db * Fixed a non-initialized memory bug, which caused histogram function to fail here and there vor 16 Jahren
  jylam d9c4fee5be * Added file extension detection to modular codec vor 16 Jahren
  jylam 245b982a17 * Added hability to save jpeg using modular codec vor 16 Jahren
  sam 44b5817450 libpipi: the GDI+ codec defaults to BMP when the file extension is unknown. vor 16 Jahren
  sam b090037daf Cope with disparities between GDI+ versions. vor 16 Jahren
  sam 2c79783bee libpipi: improve GDI+ codec cross-compilation. vor 16 Jahren
  jylam e488046fb0 * Added 'Modular' codec as a testbed for hand-written codecs, as well as a JPEG decoder (libjpeg). Some stuff are vor 16 Jahren
  sam 8067d945dc libpipi: the GDI+ codec can now compile using mingw32, unfortunately it vor 16 Jahren
  sam c30aa41e9c libpipi: make gdiplus.cpp build on older Windows versions. vor 16 Jahren
  sam b186af90bf Full GDI+ load and save support. vor 16 Jahren
  sam ff4bf57854 libpipi: fix $prefix value in pipi.pc. vor 16 Jahren
  sam eb2a30336b libpipi: duplicate the GDI codec in order to prepare the GDI+ one. vor 16 Jahren
  sam 47be8caac5 libpipi: remove unused variables. vor 16 Jahren
  jylam fd023dae55 * Added compilation to xcode project (using main Makefile) vor 16 Jahren
  jylam 4354bf70a4 * Convert CoreImage buffer to RGBA right after loading vor 16 Jahren
  jylam 0a3fb452ad * CoreImage codec now recognizes file extention and saves the image according to it vor 16 Jahren
  jylam 2303855238 * CoreImage loader fails cleanly when specified image doesn't exist vor 16 Jahren
  jylam 260a030eba * Added free callback to CoreImage codec vor 16 Jahren
  jylam 621665ed30 * Finally made the CoreImage save function available vor 16 Jahren
  jylam 3f41834cd8 * Added -lm to libpipi.la to fix a link issue on some plateforms vor 16 Jahren
  sam 745722a158 ThePimp: improve Visual Studio solution and cross-build script. We can vor 16 Jahren
  sam 8f68604bcc libpipi: do not swap bytes in the GDI loader. vor 16 Jahren
  sam 9b044feef7 libpipi: fix a double free in the Oric codec. vor 16 Jahren
  sam a63c525fb7 libpipi: fix a buffer underallocation. vor 16 Jahren
  sam 92c813ec69 libpipi: get rid of all remaining large stack allocations. vor 16 Jahren
  sam d8f42fb418 libpipi: replace large stack buffer allocations with malloc(). vor 16 Jahren
  sam 497e7330e8 libpipi: sometimes imlib_load_image() succeeds but imlib_image_get_data() vor 16 Jahren
  sam 345d9dc666 Better autotools/Monodevelop integration. vor 16 Jahren
  sam 3ca57db169 Tell git to ignore generated pipi/pipi_types.h. vor 16 Jahren
  sam c355bb98bc Create Visual Studio build files for libpipi, pipi-sharp and The Pimp. vor 16 Jahren
  sam 8838f381b6 libpipi: include <stdlib.h> in files where NULL is used. vor 16 Jahren
  sam 77d650ccf5 libpipi: fix a sign bug in the GDI loader. vor 16 Jahren