-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#40068Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
Right now decodeImageFromPixels only supports rgba8888 and bgra8888 of an unspecified colorspace (assumed to be sRGB).
We could:
- Add a colorspace argument
- Add support for pixel formats that can represent extended sRGB values
- Both
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight