Summary: | Animation play problems with little change in frame content (On-disk frame cache) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Ahab Greybeard <ahab.greybeard> |
Component: | Animation | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, frabb.ms |
Priority: | NOR | ||
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/krita/commit/b104759eb6f2a48339829749607bf07484afd126 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Example file 32-Bad.kra
Example File 32-Variable-Blob-Good.kra Example file 32-Fixed-Blob-Bad.kra |
Description
Ahab Greybeard
2019-12-19 19:31:38 UTC
Created attachment 124592 [details]
Example File 32-Variable-Blob-Good.kra
Created attachment 124593 [details]
Example file 32-Fixed-Blob-Bad.kra
The problem happens only when "On-disk Animation Cache" function is used. As a temporary workaround, try to switch to "In-memory Animation Cache" in Settings->Performance->Animation Cache. Git commit d4a892dfd4349319885b5e859f50c65aef1096d1 by Dmitry Kazakov. Committed on 03/02/2020 at 08:44. Pushed by dkazakov into branch 'master'. Fix animation rendering problem on small images (< 100px in size) We should not shortcut to full-frame-copy based on approximation, it may hide some pixel-perfect changes, which are important for the user. M +14 -1 libs/ui/KisFrameCacheStore.cpp https://invent.kde.org/kde/krita/commit/d4a892dfd4349319885b5e859f50c65aef1096d1 Git commit b104759eb6f2a48339829749607bf07484afd126 by Dmitry Kazakov. Committed on 03/02/2020 at 08:45. Pushed by dkazakov into branch 'krita/4.2'. Fix animation rendering problem on small images (< 100px in size) We should not shortcut to full-frame-copy based on approximation, it may hide some pixel-perfect changes, which are important for the user. M +14 -1 libs/ui/KisFrameCacheStore.cpp https://invent.kde.org/kde/krita/commit/b104759eb6f2a48339829749607bf07484afd126 *** Bug 397213 has been marked as a duplicate of this bug. *** |