Gjsify LogoGjsify Logo

Hierarchy

  • ArrayImage

Index

Constructors

  • Allocate a new array of images and copy array into it. Free with vips_area_unref().

    The images will all be reffed by this function. They will be automatically unreffed for you by vips_area_unref().

    Add an extra NULL element at the end, handy for eg. vips_image_pipeline_array() etc.

    See also: #VipsArea.

    Parameters

    Returns ArrayImage

Properties

area: Area
name: string

Methods

  • Make a new #VipsArrayImage, one larger than array, with image appended to the end. Handy with vips_array_image_empty() for bindings which can't handle object array arguments.

    See also: vips_array_image_empty().

    Parameters

    Returns ArrayImage

  • Make an empty image array. Handy with vips_array_image_add() for bindings which can't handle object array arguments.

    See also: vips_array_image_add().

    Returns ArrayImage

  • Allocate a new array of images and copy array into it. Free with vips_area_unref().

    The images will all be reffed by this function. They will be automatically unreffed for you by vips_area_unref().

    Add an extra NULL element at the end, handy for eg. vips_image_pipeline_array() etc.

    See also: #VipsArea.

    Parameters

    Returns ArrayImage

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