Does anyone know of a pure Pascal PNG library that works on Win32, Linux and MacOS X? I could go down the route of using libpng, but that requires shipping it with ones game/app which means compiling for each OS/Platform.

Any suggestions/ideas?