hogsy / jaded

A repository for raising any tickets relating to Jaded, the Community Patched Jade Engine. There is no code here.
https://oldtimes-software.com/jaded/
1 stars 0 forks source link

[Feature] Create an animation from a GIF #48

Open hogsy opened 5 months ago

hogsy commented 5 months ago

Summary

We've got experimental support for PNG, PSD and GIF - with the latter, we could make this a really easy route for importing new animations.

User Story

The user wants to import an animation, but this is quite cumbersome. GIF is a relatively common format they could easily save something simple to.

Acceptance Criteria

Mockups or Wireframes

N/A

Dependencies

Depends on GIF support being completed. This is on-track to be finished for the 0.3.0 release.

Risks or Challenges

Because we're supporting the GIF format in a more general sense, if we decide to go with allowing it for animations instead, I suppose we'll likely want to convert it for Jade or what not, but then I'm not sure if general GIF support as images should remain or if GIF should be just treated as an animation format going forward...