unit PNGImage; {$INCLUDE ../Platform.inc} interface uses GlueGraphics; type TPNGObject = TBitmap; implementation end.