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
[Win32] Combine duplicate initialization logic for image from providers
Images based on ImageFileNameProvider and ImageDataProvider are
initialized with data based on the default zoom and can later on be
reinitialized with data for others zooms when `getImageData()` is
called. At both places, the same functionality is implemented twice.
This change makes the initial creation of image data use the already
existing implementation for reinitializing it for another zoom. It also
unifies the previous two implementations and removes obsolete calls to
init() which are just required once for starting resource tracking.
0 commit comments