Gjsify LogoGjsify Logo

A structure available to eval callbacks giving information on evaluation progress. See #VipsImage::eval.

record

Hierarchy

  • Progress

Index

Constructors

Properties

eta: number

Estimated seconds of computation left

field
npels: number

Number of pels calculated so far

field
percent: number

Percent complete

field
run: number

Time we have been running

field
start: Timer

Start time

field
tpels: number

Number of pels we expect to calculate

field
name: string

Methods

  • set(progress: boolean): void
  • If set, vips will print messages about the progress of computation to stdout. This can also be enabled with the --vips-progress option, or by setting the environment variable VIPS_PROGRESS.

    Parameters

    • progress: boolean

      %TRUE to enable progress messages

    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