ref: 94443daf8e248e65afc8d3f17f26efea22748b51
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);
};