Skip to content
New issue

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

Empty progress function #262

Open
Frwah opened this issue Oct 27, 2019 · 0 comments
Open

Empty progress function #262

Frwah opened this issue Oct 27, 2019 · 0 comments

Comments

@Frwah
Copy link

Frwah commented Oct 27, 2019

I have written a guetzli wrapper which works just fine. Because guetzli is so slow, it would make sense if it could indicate progress. So what I suggest is that you create an empty progress function, something like this:

void Progress(int percentage) {
// your callback goes here
}

That would work for me. I could send a window message to my wrapper which would use a progress bar. I admit I haven’t looked at the code since I use an older version of Visual Studio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant