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

x/imagemagick_deno/src/profiles/image-profile.ts>ImageProfile

Deno port of the WASM library for ImageMagick
Go to Latest
class ImageProfile
implements IImageProfile
import { ImageProfile } from "https://deno.land/x/imagemagick_deno@0.0.22/src/profiles/image-profile.ts";

Constructors

new
ImageProfile(name: string, data: Uint8Array)

Properties

private
_data: Uint8Array
readonly
name: string

Methods

getData(): Uint8Array