Vips.ArrayInt

Fields

Name

Type

Access

Description

area

Vips.Area

r/w

Methods

class

new (array)

get ()

Details

class Vips.ArrayInt
classmethod new(array)
Parameters:

array ([int]) – array of int

Returns:

A new Vips.ArrayInt.

Return type:

Vips.ArrayInt

Allocate a new array of ints and copy array into it. Free with Vips.Area.unref().

See also: Vips.Area.

get()
Returns:

array of int

Return type:

[int]

Fetch an int array from a Vips.ArrayInt. Useful for language bindings.