mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Add animated GIF file export to Graphene CLI (#3846)
* Add gif file export via graphene cli * Add check for negative fps numbers
This commit is contained in:
@@ -169,6 +169,7 @@ image = { version = "0.25", default-features = false, features = [
|
||||
"png",
|
||||
"jpeg",
|
||||
"bmp",
|
||||
"gif",
|
||||
] }
|
||||
pretty_assertions = "1.4"
|
||||
fern = { version = "0.7", features = ["colored"] }
|
||||
|
||||
Reference in New Issue
Block a user