aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi/picload.cpp
AgeCommit message (Collapse)Author
2008-03-25include png.h before any other headers, because it complains if setjmp.h was ↵Andreas Oberritter
included by another header (i.e. Python.h)
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