Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method MagickImageCollection.prototype.createImage
import { MagickImageCollection } from "https://deno.land/x/imagemagick_deno@0.0.26/src/magick-image-collection.ts";

Type Parameters

TReturnType

Parameters

createImages: (instance: number, exception: Exception) => number
func: (image: IMagickImage) => TReturnType | Promise<TReturnType>