ImageLib.GIFinclude Image.ReadImageval size : ImageUtil.chunk_reader -> int * intval parsefile : ImageUtil.chunk_reader -> Image.imageinclude Image.WriteImageval write : ImageUtil.chunk_writer -> Image.image -> unitwrite cw image encodes image as a GIF and writes it to cw. At the moment compression is not supported, so the GIF will NOT be uncompressed.