Skip to main content
Module

x/lume/deps/imagick.ts>ImageProfile

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class ImageProfile
implements IImageProfile
Re-export
import { ImageProfile } from "https://deno.land/x/lume@v1.17.4/deps/imagick.ts";

Constructors

new
ImageProfile(name: string, data: Uint8Array)

Properties

private
_data: Uint8Array
readonly
name: string

Methods

getData(): Uint8Array