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

Photos look very blurry in the picker #2

Open
marcingravity opened this issue Mar 16, 2016 · 1 comment
Open

Photos look very blurry in the picker #2

marcingravity opened this issue Mar 16, 2016 · 1 comment

Comments

@marcingravity
Copy link

The image quality is really bad in the picker. Is there a way to fix that?

@yimingtang
Copy link
Member

Sorry for the late reply.

The current version (0.1.10) of the library is based on AssetsLibrary. It uses thumbnail property of ALAsset. The resolution of the thumbnail is rather low by default. More work is needed to get a higher resolution. For instance, use ImageIO or CoreGraphics to scale the original image.

The good news is that I am going to develop version 0.2 with Photos.framework which is recommended by Apple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants