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

size issue with easy fix #124

Open
jpkoc opened this issue Dec 8, 2019 · 2 comments
Open

size issue with easy fix #124

jpkoc opened this issue Dec 8, 2019 · 2 comments
Labels

Comments

@jpkoc
Copy link

jpkoc commented Dec 8, 2019

Hi,
The issue is related to the resulting image size produced by: images_vconcat() and images_hconcat() in nb_setup.py
I believe that the (width, height) argument of thumbnail() should be set to:
new_im.thumbnail((width, height), pimage.ANTIALIAS) should be replaced by:
new_im.thumbnail((total_width,max_height), pimage.ANTIALIAS)

Thanks for validating and updating your code if correct

@chrisjsewell
Copy link
Owner

@jpkoc thanks for the feedback, I will have a look soon

@jpkoc
Copy link
Author

jpkoc commented Dec 9, 2019 via email

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

No branches or pull requests

2 participants