ImagePNGmodule PNG_Zlib : sig ... endmodule PNG_CRC : sig ... endmodule ReadPNG : Image.ReadImagemodule PngWriter : sig ... endval write_png : ImageUtil.chunk_writer -> Image.image -> unitval bytes_of_png : Image.image -> bytesinclude module type of struct include ReadPNG endval size : ImageUtil.chunk_reader -> int * intval parsefile : ImageUtil.chunk_reader -> Image.imageval write : ImageUtil.chunk_writer -> Image.image -> unit