Open
Bug 373338
Opened 18 years ago
Updated 3 years ago
Comment for GetInputStream mentions a non-existent argument "aIncludeTransparency"
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
()
Details
74 // If the image format does not support transparency or aIncludeTransparency
75 // is false, alpha will be discarded and the result will be the image
76 // composited on black.
77 NS_IMETHOD GetInputStream(const nsACString& aMimeType,
78 const nsAString& aEncoderOptions,
79 nsIInputStream **aStream) = 0;
There is no "aIncludeTransparency" argument...
Flags: in-testsuite-
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•