Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class ImageProfile
implements IImageProfile
Re-export
import { ImageProfile } from "https://deno.land/x/imagemagick_deno@0.0.19/src/index.ts";

Constructors

new
ImageProfile(name: string, data: Uint8Array)

Properties

private
_data: Uint8Array
readonly
name: string

Methods

getData(): Uint8Array