Closed
Bug 331249
Opened 19 years ago
Closed 19 years ago
fix stride calculation for RGB24 image surfaces
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: vlad, Assigned: vlad)
Details
Attachments
(1 file)
|
933 bytes,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
We're miscalculating the stride for RGB24 image surfaces as width*3 instead of width*4 -- they're not packed pixel, but are instead xRGB instead of ARGB.
| Assignee | ||
Comment 1•19 years ago
|
||
Fix.
| Assignee | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•