Struct
VipsProgress
Description [src]
struct VipsProgress {
int run;
int eta;
gint64 tpels;
gint64 npels;
int percent;
GTimer* start;
}
A structure available to eval callbacks giving information on evaluation
progress. See VipsImage::eval.
Structure members
runTime we have been running.
etaEstimated seconds of computation left.
tpelsNumber of pels we expect to calculate.
npelsNumber of pels calculated so far.
percentPercent complete.
startStart time.
Functions
vips_progress_set
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.