shithub: purgatorio

ref: a411870ee4640241e3c494367d922847da84f972
dir: purgatorio/appl/ebook/mimeimage.m

View raw version
Mimeimage: module {
	PATH: con "/dis/ebook/mimeimage.dis";
	init: fn(displ: ref Draw->Display);
	image: fn(mediatype, file: string): (ref Draw->Image, string);
	imagesize: fn(mediatype, file: string): (Draw->Point, string);
};