Skip to content

Fix jagged image rendering by using linear filtering - #6

Open
hpjons wants to merge 1 commit into
cosmic-utils:mainfrom
hpjons:patch-1
Open

Fix jagged image rendering by using linear filtering#6
hpjons wants to merge 1 commit into
cosmic-utils:mainfrom
hpjons:patch-1

Conversation

@hpjons

@hpjons hpjons commented Aug 7, 2026

Copy link
Copy Markdown

Canvas viewer was hardcoded to FilterMethod::Nearest, causing jagged/pixelated rendering when images are scaled. Switching
to FilterMethod::Linear (iced's own default) fixes it.

Canvas viewer was hardcoded to FilterMethod::Nearest, causing jagged/pixelated rendering when images are scaled. Switching
  to FilterMethod::Linear (iced's own default) fixes it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant