As of commit 1c31950, the Image.PNG module fails unless Gz has already been loaded. The PIKE_MODULE_IMPORT lines fail, and the module chooses to export nothing.
Is there a way to force the Gz module to be loaded whenever Image.PNG gets loaded?
Fixed on master by directly going for _Gz instead of Gz from Image.PNG.