| Summary: | Allow to export animation using commandline | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Konstantin Dmitriev <ksee.zelgadis> |
| Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | tobias.jakobs |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | All | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Konstantin Dmitriev
2016-06-07 06:32:02 UTC
I think this bugreport can be closed because Krita 4.2 has --export-sequence:
--export-sequence
New in version 4.2.
Export animation to the given filename and exit
If a KRA file has no animation, then this command prints “This file has no animation.” error and does nothing.
krita --export-sequence --export-filename file.png test.kra
This line takes the animation in test.kra, and uses the value of –export-filename (file.png), to determine the sequence fileformat(‘png’) and the frame prefix (‘file’).
|