Closed
Bug 983056
Opened 12 years ago
Closed 9 years ago
Implement downsample-on-decode for raster images
Categories
(Core :: Graphics: ImageLib, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1045926
People
(Reporter: kanru, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: perf, Whiteboard: [c=memory p= s= u=tarako] [MemShrink:P2][demo])
+++ This bug was initially created as a clone of Bug #945161 +++
Currently we only support JPEG downsampling while decoding. Implement a fast downsample hook for all decoders and maybe decoder specific algorithm.
The fast downsample hook will filter each scan_line decoded and produce a downsampled scan_line.
Comment 1•9 years ago
|
||
This is a dupe of the bug ddd, and was implemented more than a year ago.
I'm resolving this as a dupe. Kan-Ru, I haven't taken a look at the bugs this blocks. If they're still relevant, please switch them to being blocked by bug ddd instead.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Flags: needinfo?(kchen)
You need to log in
before you can comment on or make changes to this bug.
Description
•