ref: 4bc20df7142ce5e02c7fb49a33eefdc7715ff726
dir: /appl/ebook/mimeimage.m/
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);
};