-
Notifications
You must be signed in to change notification settings - Fork 30.8k
Images are rendered at low quality at master branch #76513
Copy link
Copy link
Closed
Labels
a: imagesLoading, displaying, rendering imagesLoading, displaying, rendering imagesa: qualityA truly polished experienceA truly polished experiencec: regressionIt was better in the past than it is nowIt was better in the past than it is nowc: renderingUI glitches reported at the engine/skia or impeller rendering levelUI glitches reported at the engine/skia or impeller rendering levelengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.found in release: 1.27Found to occur in 1.27Found to occur in 1.27frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work on
Description
Metadata
Metadata
Assignees
Labels
a: imagesLoading, displaying, rendering imagesLoading, displaying, rendering imagesa: qualityA truly polished experienceA truly polished experiencec: regressionIt was better in the past than it is nowIt was better in the past than it is nowc: renderingUI glitches reported at the engine/skia or impeller rendering levelUI glitches reported at the engine/skia or impeller rendering levelengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.found in release: 1.27Found to occur in 1.27Found to occur in 1.27frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work on
Steps to Reproduce
stableandmasterbranch of flutter1.27.0-5.0.pre.90(the shadow is because of macOS application window)
We can see the left one looks more smooth and text in image is more clear, all settings for
Imagewidget are left default. This happens on all platforms including macOS/windows/android.I checked these two months' commits of
flutter/lib/src/widgets/image.dart, the only change maybe related isfilterQuality. But changing toFilterQuality.hightakes no sense.flutter doctor -v