Skip to main content
Go to Latest
class ImageProfile
implements IImageProfile
import { ImageProfile } from "https://deno.land/x/imagemagick_deno@0.0.14/src/profiles/image-profile.ts";

Constructors

new
ImageProfile(name: string, data: Uint8Array)

Properties

private
_data: Uint8Array
readonly
name: string

Methods

getData(): Uint8Array