From: Robin Dunn [mailto:robin@alldunn.com]
Call wx.InitAllImageHandlers() in your startup code.
What are the advantages and/or disadvantages of loading all
the image handlers in this manner when the application only
needs one specific extra handler? (The case I ran into was
getting a designed-for-Windows app working on Linux, and
requiring just the ICOHandler.)