Closed
Bug 949755
Opened 11 years ago
Closed 10 years ago
Modify the Gallery metadata parser process to use new API to create thumbnails efficiently
Categories
(Firefox OS Graveyard :: Gaia::Gallery, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: djf, Assigned: djf)
References
Details
(Whiteboard: [priority])
When bug 854795 is fixed, we'll have a new API for downsampling an image while it is being decoded, and we can use this to efficiently create thumbnails in the gallery app even when an image does not include an EXIF preview.
(When images do include an EXIF preview, we should investigate whether it is worth finding that preview and basing the thumbnail on that. Or, if it is just as fast, maybe we can always use the full-size image).
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dflanagan
Assignee | ||
Comment 1•11 years ago
|
||
I've got a work in progress patch in this branch https://github.com/davidflanagan/gaia/tree/bug949755
that modifies apps/gallery/js/MetadataParser.js to use -moz-samplesize
I'm getting a 25% speedup on the time it takes to create preview images and thumbnails on my nexus4. (That device has such a high screen resolution that we can only use samplesize 2. The speed improvement might be better on devices with smaller screens and larger EXIF previews, but I only have the gecko patch build for my nexus4)
Updated•11 years ago
|
Whiteboard: [priority]
Assignee | ||
Comment 2•10 years ago
|
||
This got rolled into a patch in another bug. It has been fixed for a long time.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•