Skip to main content
Module

x/imagescript/ImageScript.js>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/ImageScript.js";

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