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
run:intTime we have been running.
eta:intEstimated seconds of computation left.
tpels:gint64Number of pels we expect to calculate.
npels:gint64Number of pels calculated so far.
percent:intPercent complete.
start:GTimerStart 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.