code: purgatorio

ref: 3efb5bbb4061056e523858b134c555949591efe2
dir: /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);
};