Gjsify LogoGjsify Logo

Hierarchy

  • InterpolateMethod

Callable

  • An interpolation function. It should read source pixels from in with VIPS_REGION_ADDR(), it can look left and up from (x, y) by window_offset pixels and it can access pixels in a window of size window_size.

    The interpolated value should be written to the pixel pointed to by out.

    See also: #VipsInterpolateClass.

    Parameters

    • interpolate: Interpolate

      the interpolator

    • out: object

      write the interpolated pixel here

    • in_: Vips.Region

      read source pixels from here

    • x: number

      interpolate value at this position

    • y: number

      interpolate value at this position

    Returns void

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