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
The method getImageMetadata() has a misleading name. It only has two
callers of which one even leads to a cyclic call between a concrete
provider class, the outer image class and the provider class
again. That caller also just needs to gets an image handle and not
create it at all. This change thus inlines the method and simplified the
according calls.
0 commit comments