[Webkit-unassigned] [Bug 205141] New: WebGLRenderingContext.texImage2D() should respect EXIF orientation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 11 15:39:14 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=205141

            Bug ID: 205141
           Summary: WebGLRenderingContext.texImage2D() should respect EXIF
                    orientation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com

If the EXIF orientation is present in an Image, WebGLRenderingContext.texImage2D() needs to draw this image into an ImageBuffer, makes a temporary Image object from the ImageBuffer then draw this temporary image to the WebGL texture. Drawing an image to an ImageBuffer respects the EXIF orientation of the original image. WebGLRenderingContext also does the same trick when drawing an SVGImage.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191211/22744c14/attachment.htm>


More information about the webkit-unassigned mailing list