Gjsify LogoGjsify Logo

Hierarchy

  • RefString

Index

Constructors

Properties

Methods

Constructors

  • Create a new refstring. These are reference-counted immutable strings, used to store string data in vips image metadata.

    Strings must be valid utf-8; use blob for binary data.

    See also: vips_area_unref().

    Parameters

    • str: string

      string to store

    Returns Vips.RefString

Properties

area: Area
name: string

Methods

  • get(): [string, number]
  • Get a pointer to the private string inside a refstr. Handy for language bindings.

    See also: vips_value_get_ref_string().

    Returns [string, number]

  • Create a new refstring. These are reference-counted immutable strings, used to store string data in vips image metadata.

    Strings must be valid utf-8; use blob for binary data.

    See also: vips_area_unref().

    Parameters

    • str: string

      string to store

    Returns Vips.RefString

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method