Skip to content

Refactor Display::getSystemImage to return dynamically scalable images #65

@akoch-yatta

Description

@akoch-yatta

Currently Display::getSystemImage returns an image, that is directly initialized with the image handle. If this images will be scaled later, it will be stretched or shrunken and either be blurry or have sharp edges. The method should be refactored to return an Image that is using an ImageDataProvider that is refetching the image handle from the OS in the correct zoom, if necessary.

Metadata

Metadata

Assignees

Labels

EnhancementA Request for an Enhancement of an Existing FeatureHiDPIA HiDPI-Related Issue or FeatureSWTIssue for SWT

Type

No type

Projects

Status

✅ Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions