Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/imagick.ts>MagickImageCollection#write

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method MagickImageCollection.prototype.write
Re-export
import { MagickImageCollection } from "https://deno.land/x/lume@v1.17.4/deps/imagick.ts";

Type Parameters

TReturnType

Parameters

func: (data: Uint8Array) => TReturnType
optional
format: MagickFormat

Type Parameters

TReturnType

Parameters

func: (data: Uint8Array) => Promise<TReturnType>
optional
format: MagickFormat