Closed
Bug 877422
Opened 13 years ago
Closed 10 years ago
Icon extractor should understand `data:` URIs
Categories
(Marketplace Graveyard :: Developer Pages, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: cvan, Unassigned)
References
()
Details
(Whiteboard: [marketplace-transition])
When I upload an app whose manifest contains icons with `data:` URIs, we should download those and save them to disk, like so:
Image.open(StringIO.StringIO('data:image/...'))
The validator should also accept `data:` URIs. That's bug 877419.
Updated•13 years ago
|
Priority: P5 → P3
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Whiteboard: [marketplace-transition]
You need to log in
before you can comment on or make changes to this bug.
Description
•