Progress callbacks?
See original GitHub issueHi 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:
- Created 4 years ago
- Comments:11 (10 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I found the segv: there was a ref missing. Fixed in https://github.com/libvips/pyvips/commit/74ca396500a0832f1de77588f10ae845b28e82c7
Hello, as far as I know this is all released and working. If you have an example that fails, please open a new issue.