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

x/imagemagick_deno/src/internal/magick-rectangle.ts>MagickRectangle

Deno port of the WASM library for ImageMagick
Extremely Popular
Go to Latest
class MagickRectangle
import { MagickRectangle } from "https://deno.land/x/imagemagick_deno@0.0.25/src/internal/magick-rectangle.ts";

Static Methods

use<TReturnType>(
image: MagickImage,
geometry: MagickGeometry,
func: (rectangle: number) => TReturnType,
): TReturnType