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