Summary: | When rendering gif in fps > 50, the export dialog should show a warning | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tiar <tamtamy.tymona> |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | griffinvalley |
Priority: | NOR | Keywords: | triaged |
Version: | 4.1.7 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/kde/krita/commit/645953a1548b157f9de17d393ece67087432287f | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Gimp's added descriptions of how big is the frame delay for every frame in a gif animation rendered in 60 fps. |
Description
Tiar
2019-02-02 20:31:34 UTC
Yeah, gif cannot support 60fps. Git commit 645953a1548b157f9de17d393ece67087432287f by Boudewijn Rempt. Committed on 30/04/2019 at 11:29. Pushed by rempt into branch 'master'. Warn the user when rendering an animation to gif with framerate > 50 This also disables the video options button if the current format is gif, since there are no extra options for rendering to gif, and removes the extra options for gif in the videosaver, so we don't get unusable arguments like baseline profile for gif. M +17 -2 plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp M +2 -0 plugins/extensions/animationrenderer/DlgAnimationRenderer.h M +0 -1 plugins/extensions/animationrenderer/video_saver.cpp M +10 -0 plugins/extensions/animationrenderer/wdg_animationrenderer.ui https://invent.kde.org/kde/krita/commit/645953a1548b157f9de17d393ece67087432287f |