Quote Originally Posted by User137
Follow these instructions for installing png for delphi:
http://www.delphigamedev.com/forums/viewtopic.php?t=251

Then place wanted extensions in uses list and that's all there is to it After installation you can use png with any component (TImage, TDXImagelist, whatever).
Is there a version of DXGEdit that supports PNG? I will check that ]
Also you could try not to load everything same time in DXImagelist, but use it dynamically.[/quote]

Sounds good. Where can I find an example (source)?