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

Photo resolution sufficient for printing? #505

Open
tbar0970 opened this issue Jun 14, 2018 · 1 comment
Open

Photo resolution sufficient for printing? #505

tbar0970 opened this issue Jun 14, 2018 · 1 comment

Comments

@tbar0970
Copy link
Owner

Assuming the GD PHP extension is installed, Jethro resizes photos when they are uploaded, I think to max width of 200 and/or max height of 200. This is good for saving space.

But we also have a feature where you can include photos in the DOCX version of a contact list which will get printed. I suspect 200x200px images will not be good enough quality for printing. Might need to improve the resolution we store the photos at.

This would then raise the question if we should store both a "small" and "medium" version of the photo so that the version used in the browser can still be small and quick to load (esp with lots on a page).

@GatesheadBen
Copy link

I agree. And storing a 200x200px thumbnail and a printable version sounds like a good idea too.

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