Opened 6 years ago

Last modified 3 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 PulkoMandy, 6 years ago

Milestone: 2.52.6

comment:2 by PulkoMandy, 6 years ago

This will require some work for the undo/redo of the palette, I think. Everything else should not create too much problems.

comment:3 by PulkoMandy, 6 years ago

Owner: changed from pulkomandy to PulkoMandy
Status: newassigned

comment:4 by yrizoud@…, 6 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:5 by PulkoMandy, 5 years ago

Milestone: 2.62.7

Move open tickets to 2.7 milestone

comment:6 by PulkoMandy, 4 years ago

Milestone: 2.72.8

comment:7 by PulkoMandy, 3 years ago

Milestone: 2.82.9
Note: See TracTickets for help on using tickets.