method MagickImage.prototype.readFromArrayRe-exportimport { MagickImage } from "https://deno.land/x/lume@v1.16.1/deps/imagick.ts"; readFromArray(array: Uint8Array | Uint8ClampedArray,readSettings: MagickReadSettings,exception: Exception,): voidParametersarray: Uint8Array | Uint8ClampedArrayreadSettings: MagickReadSettingsexception: ExceptionReturnsvoid