code: purgatorio

ref: 63392be12a1a657419af2d2966995428721f18f3
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);
};