Closed Bug 1560441 Opened 5 years ago Closed 5 years ago

Don't extract color profiles during PNG metadata decoding

Categories

(Core :: Graphics: ImageLib, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla69
Tracking Status
firefox69 --- fixed

People

(Reporter: aosmond, Assigned: aosmond)

Details

Attachments

(1 file)

The JPEG and WebP decoders don't bother creating QCMS profiles and transforms during metadata decoding. This is good because it is expensive. The PNG decoder does however, and it should not.

Assignee: nobody → aosmond
Status: NEW → ASSIGNED
Priority: -- → P3

Creating QCMS profiles and transforms are fairly expensive operations
and not necessary for metadata decoding. We can reduce the time required
for PNG metadata decoding by skipping this. The JPEG and WebP decoders
already do this.

Pushed by aosmond@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0ee72a7f2078
Don't create QCMS profiles/transforms during PNG metadata decoding. r=tnikkel
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: