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

x/imagemagick_deno/src/pixels/pixel-collection.ts>PixelCollection#use

Deno port of the WASM library for ImageMagick
Go to Latest
method PixelCollection.prototype.use
import { PixelCollection } from "https://deno.land/x/imagemagick_deno@0.0.22/src/pixels/pixel-collection.ts";

Type Parameters

TReturnType

Parameters

x: number
y: number
width: number
height: number
mapping: string
func: (instance: number) => TReturnType