Closed
Bug 73972
Opened 24 years ago
Closed 24 years ago
Interlaced GIFs often finish rendering with stripes
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
mozilla0.9.2
People
(Reporter: sfraser_bugs, Assigned: tor)
References
Details
(Whiteboard: [imglib])
When rendering interlaced GIFs, we often finish drawing the image, and it's left
with one or more horizontal stripes.
I think this happens because of layout rounding errors during the partial image
updates, so that drawing subsequent rows does not always fill in the empty rows
from earlier passes.
FWIW, I've seen the contents of non-interlaced images 'jump around' while
loading, which is probably because of similar rounding errors.
Confirming for Win98, build 2001032319. I 've seen it every time I do forced
reload on http.mozilla.org. A simple reload corrects the problem. Suggesting
changing OS to All. This bug appeared when new imagelib was activated.
Comment 2•24 years ago
|
||
Actually, you don't even have to reload. Scrolling the image off-screen and back
on causes it to be redrawn correctly for me (NT4).
Updated•24 years ago
|
Whiteboard: [imglib]
Comment 3•24 years ago
|
||
I can confirm this bug on Build 2001040304 on WinNT 4 (sp5). It doesn't appear
to be limited to GIF though. I have had it happen on a JFIF image
(http://albums.photopoint.com/j/ViewPhoto?u=1531201&a=11594354&p=41068651).
Also, anything that forces a repaint seems to 'correct' the image -- resizing
the browser window, covering the image with another window and then exposing it,
etc. Scrolling only corrects the parts of the image that scoll.
Comment 6•24 years ago
|
||
Changing to OS all this has been reported on all OS's And adding dependency to
libpr0n bug.
Depends on: 66967
OS: Mac System 8.5 → All
Comment 7•24 years ago
|
||
since the libpr0n bug 66967 is a meta tracking bug, shouldnt this bug block it,
not depend on it?
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.2
Comment 11•24 years ago
|
||
*** Bug 79007 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 13•24 years ago
|
||
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•