Opened 5 years ago
Last modified 2 years ago
#72 assigned enhancement
Add support for one palette per frame in animations
Reported by: | Thomas Bernard | Owned by: | PulkoMandy |
---|---|---|---|
Priority: | minor | Milestone: | 2.9 |
Component: | GrafX2 | Version: | 2.5 |
Keywords: | Cc: |
Description
I have found some animations that have one palette per frame instead of a global palette.
This is supported in GIF and ILBM formats
it could be an option accessible only in Animation mode
Some features would need to be added in order to copy the palette from one frame to the others, etc.
see iff/anims/DefenderOfTheCrown/Z.abr in pic-samples repo
Change History (7)
comment:1 by , 5 years ago
Milestone: | 2.5 → 2.6 |
---|
comment:2 by , 5 years ago
comment:3 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 5 years ago
Oh yes there are lots of (functional) issues.
Say you have palette A for frame 1 to 10, and palette B for frame 11 to 20. If user swaps frames 10 and 11, you have to add 2 new palettes:
A is for 1-9
B is for 10
copy of A is for 11
copy of B is for 12-20
Queue the hairpulling of user who tries to keep his palettes of frames 1-9 and 11 synchronized.
comment:6 by , 3 years ago
Milestone: | 2.7 → 2.8 |
---|
comment:7 by , 2 years ago
Milestone: | 2.8 → 2.9 |
---|
This will require some work for the undo/redo of the palette, I think. Everything else should not create too much problems.