Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filterQuality property to improve image quality after scale #228

Merged
merged 1 commit into from
Dec 22, 2019
Merged

Conversation

torta
Copy link
Contributor

@torta torta commented Dec 11, 2019

Before

1

After (FilterQuality.medium)

2

@override
Widget build(BuildContext context) {
  return Container(
    child: PhotoView(
      imageProvider: AssetImage("assets/large-image.jpg"),
      filterQuality: FilterQuality.medium,
    )
  );
}

@ghost
Copy link

ghost commented Dec 11, 2019

DeepCode Report (#da62ac)

DeepCode analyzed this pull request.
There are no new issues.

@renancaraujo renancaraujo merged commit 491c4eb into bluefireteam:master Dec 22, 2019
@ghost ghost mentioned this pull request Dec 15, 2021
niuhuan pushed a commit to niuhuan/pikapika that referenced this pull request Dec 15, 2021
* reference: bluefireteam/photo_view#228

Signed-off-by: ImFatF1sh <imfatf1sh@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants