Skip to content

Commit 7cae062

Browse files
Fix comparison preview: disable image filtering for pixel-accurate display
1 parent 8181288 commit 7cae062

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/lib/widgets/before_after_comparison.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ class _BeforeAfterComparisonWidgetState
416416
imageData,
417417
fit: BoxFit.contain,
418418
gaplessPlayback: true,
419+
filterQuality: FilterQuality.none,
419420
);
420421
}
421422

0 commit comments

Comments
 (0)