Vips.ArrayInt¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
area |
r/w |
Methods¶
class |
|
|
Details¶
- class Vips.ArrayInt¶
- classmethod new(array)¶
- Parameters:
array ([
int
]) – array of int- Returns:
A new
Vips.ArrayInt
.- Return type:
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.