CreateResizedCanvasFromBlob (open)
Creates a canvas from an image blob, and resizes it immediately
Syntax
LOADLIB "wh::graphics/canvas.whlib";
OBJECT FUNCTION CreateResizedCanvasFromBlob(BLOB infile, RECORD method)Parameters
BLOB infileRaw image blob
RECORD methodResize method
Return value
OBJECTCanvas object, or DEFAULT OBJECT if the image could not be read