Closed
Bug 1247520
Opened 9 years ago
Closed 6 years ago
Remove all support for paletted surfaces from ImageLib
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
DUPLICATE
of bug 1530774
People
(Reporter: seth, Assigned: seth)
References
(Depends on 1 open bug)
Details
(Keywords: feature)
Post-bug 1187118, (and corresponding work for PNG animations) we'll no longer have any need for paletted surfaces in ImageLib. That's because they're only used to save memory when storing animation frames, and streaming decoding of animated images will solve that problem much better by only storing a fixed number of buffered frames at a time.
Since paletted surfaces are a major source of complexity in ImageLib, we'll remove them in thsi bug.
Updated•7 years ago
|
Priority: P2 → --
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•