aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Tools/LoadPixmap.py
AgeCommit message (Collapse)Author
2009-01-27fixes for python 2.6 by Moritz Vennghost
2008-03-15optional pixmap cachingFelix Domke
2007-12-13add jpg support. Please note that 32bit bitmaps require 4x the memory of ↵Felix Domke
8bit, possibily reducing available memory and performance. further, add support for images with split rgb,a channels, by specifying the basename plus a dot (i.e., everything before the 'a.png'/'rgb.jpg')
2007-12-13factor out loadPNG into generic LoadPixmapFelix Domke