Comment 62 for bug 217908

Revision history for this message
In , Mozilla-francisrobichaud (mozilla-francisrobichaud) wrote :

Created an attachment (id=331837)
changed GDK for cairo scaling

Updates:
- We don't use offscreen surfaces when we're drawing temp surfaces
- We use cairo transforms only to create visible image portions or to scale instead of GDK
- It is now multiplatform (compiled and tested on Windows)
- The modifications for the ImageUpdate flag is required for interlaced images. It is an issue with the GetIsImageComplete() which would return true even if we only had decoded the first pass on an interlaced image.