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

improve thumbnail quality #44

Open
asldevi opened this issue Oct 29, 2013 · 1 comment
Open

improve thumbnail quality #44

asldevi opened this issue Oct 29, 2013 · 1 comment
Assignees

Comments

@asldevi
Copy link
Contributor

asldevi commented Oct 29, 2013

No description provided.

@ghost ghost assigned asldevi Oct 29, 2013
@asldevi
Copy link
Contributor Author

asldevi commented Oct 29, 2013

ANTIALIAS filter is the best resampling filter and we're using it since starting. But Pillow/PIL uses only NEAREST resampling in case of .bmp and .png which is the reason for the poor quality of their thumbnails.

On the other hand, ImageMagick's convert does the downsampling very smoothly even with .bmp and .png.

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

No branches or pull requests

1 participant