1 2 3 4 5 6 7 8 9 10 11 12 13 14
unit PNGImage; {$INCLUDE ../Platform.inc} interface uses GlueGraphics; type TPNGObject = TBitmap; implementation end.