Skip to main content
Module

x/imagemagick_deno/mod.ts>NativeInstance

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

Constructors

new
protected
NativeInstance(instance: number, disposeMethod: (instance: number) => void)

Properties

private
readonly
disposeMethod: (instance: number) => void
private
instance: number
_instance: number

Methods

private
disposeInstance(instance: number): number
protected
_instanceNotInitialized(): void
protected
_setInstance(instance: number, exception: Exception): void
dispose(): void