You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By setting the VIPS_PROGRESS environment variable, which outputs percentage progress to stdout, you'll be able to assess how accurate this might be for a given operation.
Happy to accept a PR if you're able. This will require the use of AsyncProgressWorker and a minimum of N-API version 5, so would have to wait until we drop support for Node.js 10.
First of all, thanks for the great job done with sharp !!! It is a very powerful tool for images manipulation...
I would like to get some information about progression (percentage or weight) of current image operation (eg: crop, resize, tiles...)
I didn't found anything about this need in all existing issues...
I imagine a handler function injection like :
I know libvips consider an environment variable named
VIPS_PROGRESS
, so I guess there is something to do ?The text was updated successfully, but these errors were encountered: