aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi/picload.cpp
AgeCommit message (Expand)Author
2008-11-20fix alpha channel for 1 or 2 bit pngsghost
2008-11-18fix typosghost
2008-11-17get rid of some floating point valuesghost
2008-11-17picload: more simple non async decode (deprecated)ghost
2008-11-17picload.cpp: fix 32bpp pngsghost
2008-11-17more changes for async picture decode supportghost
2008-11-16work on asynchron pic loading... to get rid of spinning wheelsghost
2008-11-06allow reading jfif embedded exif thumbnails from jpeg files and use them to s...Fraxinas
2008-10-18fixes by adeninAndreas Monzner
2008-10-09fix scaling and conversion bugsAndreas Monzner
2008-03-25include png.h before any other headers, because it complains if setjmp.h was ...Andreas Oberritter
2007-08-25base aspect calculation on 702 instead of 720 pixelFelix Domke
2007-08-25round to 1.778Felix Domke
2007-06-27don't crash when PNGs are too large.Felix Domke
2007-04-23add gif support to picload, thanks to mechatronFelix Domke
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-11-23use stack for exif objectAndreas Monzner
2006-11-23fix python refcounting (memleaks)Andreas Monzner
2006-11-18add functions to load&scale pictures and to get exif informationFelix Domke