2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Dither default background to avoid color banding.

This commit is contained in:
John Preston
2021-07-23 15:16:22 +03:00
parent 8f478b86ee
commit 565877630f
6 changed files with 100 additions and 14 deletions

View File

@@ -1265,7 +1265,7 @@ void MainWidget::checkChatBackground() {
};
_background->generating = Data::ReadImageAsync(
media.get(),
Window::Theme::ProcessBackgroundImage,
Window::Theme::PreprocessBackgroundImage,
generateCallback);
}