Create handles for ImageDataProvider and ImageFilenameProvider on demand #200
Labels
Enhancement
A Request for an Enhancement of an Existing Feature
HiDPI
A HiDPI-Related Issue or Feature
SWT
Issue for SWT
Milestone
Currently for both an initial handle is always created on creation time. This is to some degree necessary because the expected width and height of the image is calculated this way. To create all handles on demand, the flow should be adapted, that width and height is calculated by initializing a temporary handles at creation time, that is immediately disposed afterwards
The text was updated successfully, but these errors were encountered: