code: purgatorio

ref: 254b07675e1a5348f2a8723f55e6b5b1b18a4721
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);
};