Skip to main content
Module

x/imagescript/mod.ts>Image#crop

zero-dependency JavaScript image manipulation
Extremely Popular
Go to Latest
method Image.prototype.crop
import { Image } from "https://deno.land/x/imagescript@1.2.15/mod.ts";

Crops an image to the specified dimensions

Parameters

x

The x offset

y

The y offset

width

The new images width

height

The new images height