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

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

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

Static Methods

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