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
I would like to load multiple frames in one request using cornerstone loader. The problem I faced couldn't be solved with simple united request with frame parts, because I want to cache the image in imageCacheDict that required an ImageLoadObject.
I can't create ImageLoadObject with just filling fields by hand because it requires some methods such as getCanvas and getPixelData after its promise is fulfilled.
Are there any methods how to create or initialize ImageLoadObject to cache it or any approaches to load and cache multiple frames in one request?
The text was updated successfully, but these errors were encountered:
I would like to load multiple frames in one request using cornerstone loader. The problem I faced couldn't be solved with simple united request with frame parts, because I want to cache the image in imageCacheDict that required an ImageLoadObject.
I can't create ImageLoadObject with just filling fields by hand because it requires some methods such as getCanvas and getPixelData after its promise is fulfilled.
Are there any methods how to create or initialize ImageLoadObject to cache it or any approaches to load and cache multiple frames in one request?
The text was updated successfully, but these errors were encountered: