Skip to main content
Module

x/imagemagick_deno/mod.ts>ImageProfile

Deno port of the WASM library for ImageMagick
Latest
class ImageProfile
implements IImageProfile
Re-export
import { ImageProfile } from "https://deno.land/x/imagemagick_deno@0.0.26/mod.ts";

Constructors

new
ImageProfile(name: string, data: Uint8Array)

Properties

private
_data: Uint8Array
readonly
name: string

Methods

getData(): Uint8Array