We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-monitor
Imagemagick supports the -monitor flag for reporting progress when converting files. The output looks something like this:
$ magick convert -monitor -auto-orient myfile.png myfile.webp load image/[myfile.jpeg]: 1223 of 1224, 100% complete save image/[blab.webp]: 1223 of 1224, 100% complete encode image[blab.webp]: 0 of 100, 00% complete
Would it be possible to hook into this monitoring and expose it in this library somehow?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Imagemagick supports the
-monitor
flag for reporting progress when converting files. The output looks something like this:Would it be possible to hook into this monitoring and expose it in this library somehow?
The text was updated successfully, but these errors were encountered: