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
Right now all requests go through get_bytes. It may be worthwhile for requests to be split between metadata requests when reading an IFD and image requests when reading tile/strip data.
This would let caching/buffering middlewares split how they handle metadata vs image requests.