Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

🔥 Static site generator for Deno 🦕
Extremely Popular
Go to Latest
method MagickImageCollection.prototype.write
Re-export
import { MagickImageCollection } from "https://deno.land/x/lume@v1.17.3/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