question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Progress callbacks?

See original GitHub issue

Hi John,

I see that it’s possible to set the VIPS_PROGRESS environment variable to enable some kind of feedback during long-running operations, but I’m curious whether there exists a functionality in pyvips whereby I can register a callback function similar to what appears here: https://github.com/kleisauke/net-vips/issues/31. In addition to enabling customized display of the progress (for example, using tqdm or tqdm_notebook within Jupyter), it would presumably also enable a means to allow the user to cancel an operation like in nip2.

Many thanks in advance for any tips you can provide.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
jcupittcommented, Jun 13, 2019
0reactions
jcupittcommented, Jun 23, 2020

Hello, as far as I know this is all released and working. If you have an example that fails, please open a new issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Progress callback functions - IBM
Progress callback functions give you feedback about the progress of a task. Normally, IBM® Cognos® TM1® API functions return immediately with a value....
Read more >
Query Progress Callbacks - SQLite
If the progress callback returns non-zero, the operation is interrupted. This feature can be used to implement a "Cancel" button on a GUI...
Read more >
SET-CALLBACK( ) method - Progress Documentation
Associates a method within a class instance, or an internal procedure within a persistent procedure, with an ABL callback event.
Read more >
Progress Reporting with Callbacks — dnf latest documentation
Base class providing callbacks to receive information about an ongoing download. ... Report ongoing progress on the given payload . done is the...
Read more >
TensorFlow Addons Callbacks: TQDM Progress Bar
TensorFlow Addons Callbacks: TQDM Progress Bar · On this page · Overview · Setup · Import and Normalize Data · Build Simple MNIST...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found