code: purgatorio

ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491
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);
};