Skip to main content
Latest
class ImageProfile
implements IImageProfile
Re-export
import { ImageProfile } from "https://deno.land/x/frugal@0.9.6/doc/dep/imagemagick_deno.ts";

Constructors

new
ImageProfile(name: string, data: Uint8Array)

Properties

private
_data: Uint8Array
readonly
name: string

Methods

getData(): Uint8Array