unit PNGImage; {$I switches.inc} interface uses GlueGraphics; type TPNGObject = TBitmap; implementation end.