asleepwalkersdream / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Saving layers/anim as non-GIF loses data #483

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When saving an animation or layered image (>1 frame/layer) in any other format 
than GIF, grafx2 warns that it will save a flattened copy. But instead it saves 
only the bottom layer (or frame 1 if anim)
Reported by Hapiel.

Original issue reported on code.google.com by yrizoud on 10 Apr 2012 at 1:08

GoogleCodeExporter commented 8 years ago
Fixed in r1950.
Saving an anim warns that it only saves current frame.
Saving a layered image asks the user if he wants to save current layer or a 
flat copy.

At the moment the flat copy only saves visible layers. I guess I should provide 
the two choices: visible layers or all image.
Also need to fix the palette formats; they have these messages 'for nothing' 
since only palette is saved.

Original comment by yrizoud on 8 May 2012 at 3:43