Vida Marcell Posted March 12, 2022 Share Posted March 12, 2022 Saving the images in my software takes a little bit of time to export, so i want to make a progress bar for it, but how? How should i tell the computer where a task currently is? Quote Link to comment Share on other sites More sharing options...
Thirsty Panther Posted March 13, 2022 Share Posted March 13, 2022 https://www.ultraengine.com/learn/CPP/Stream_GetPosition Not sure how to use it ( I'm not great with C++) but maybe someone else could explain. Quote Link to comment Share on other sites More sharing options...
Josh Posted March 13, 2022 Share Posted March 13, 2022 You would need to be able to receive updates that tell you how far along the save routine is, and that is not supported. Most image formats are supported using the FreeImage library, which as far as I know does not support any kind of progress callback, so even if I implemented this in the engine it still would not be supported by FreeImage. 2 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.