Hi.
I have plugged-in a 3rd-party image decoder using the imagelib API
to Mozilla with apparent success. I am able to load an HTML page with a
single image without any problems. Nonetheless, if I load a page with
multiple images, the load never completes, the images get reflowed again
and again.
I am using ImgDCBImageHaveAll to say I'm done decoding. If I use
ImgDCBImageHaveFrame, then all images get displayed without any
problems, but it looks as if they are still loading.
Do I have to do anything else to ensure that the image is not
"dirty" and does not get re-loaded?
Thanks,
-Carlos