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
Much of the time seems to be spent loading and reading the hdr file, which uses only one thread. Multiple thumbnails could be generated simultaneously.
The text was updated successfully, but these errors were encountered:
Main concern is memory limitation - huge HDRIs can fill up all the memory during thumbnail generation (since it has to be stored in memory several times) - maybe there's a way to check how much memory is available and only add to the thread pool when there is enough available.
Much of the time seems to be spent loading and reading the hdr file, which uses only one thread. Multiple thumbnails could be generated simultaneously.
The text was updated successfully, but these errors were encountered: