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

Thumbnail gallery #4

Open
drschwabe opened this issue Oct 19, 2015 · 5 comments
Open

Thumbnail gallery #4

drschwabe opened this issue Oct 19, 2015 · 5 comments
Assignees

Comments

@drschwabe
Copy link

Great work so far, really appreciate the simplicity.

However, a prudent feature I think is to offer a thumbnail view.

@jpallari
Copy link
Member

Hi, that's definitely a useful feature. I'll have to think about how to approach implementing the feature without complicating the app too much.

The thumbnails would need to be generated when generating the gallery. The PHP version would have to generate the thumbnails on the fly.

I'll look into it. :)

@drschwabe
Copy link
Author

Here's a zero-dependency image processing library that might be helpful:

https://github.com/oliver-moran/jimp

@jpallari
Copy link
Member

Nice.

@drschwabe
Copy link
Author

For smaller galleries, or for people who don't care about load times, it may be just as fine to use the original images as thumbnails (and not generate separate images). So a first iteration of this feature could simply be a flag that will do just that; ie

kuvia -o gallery.html -d myimages --thumbs

@drschwabe
Copy link
Author

For reference on how an 'auto generated thumbnail photo gallery' might look like, probably Dropbox does it best:

https://www.dropbox.com/sh/sgc8gzblvpy58nb/AACASVqHuLOOnKVcObJcwL-fa?dl=0

@jpallari jpallari self-assigned this Oct 26, 2015
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