[Pypentago-devel] Embedding Images in Python files
Status: Pre-Alpha
Brought to you by:
segfaulthunter
From: Florian M. <flo...@ai...> - 2008-06-27 11:15:13
|
I have found out a way, and created a script, to embed images into python files which then can be easily accessed and displayed by wxPython. The advantages are faster loading times and that all the image information can be obtained using simple python code, but the disadvantage is that this python file is much bigger than the image files are. The images are 60K while the python file is 92K, it's not a big problem, but nevertheless a disadvantage. So what do you think? Should we use that way to embed images into python code, or use the conventional, more resource-heavy way of generating them from the image files? Best regards, Florian Mayer |