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

Add photo album support #19

Open
jonbullock opened this issue Apr 24, 2013 · 3 comments
Open

Add photo album support #19

jonbullock opened this issue Apr 24, 2013 · 3 comments
Milestone

Comments

@jonbullock
Copy link
Member

Add photo album support so I can eventually replace the need to run Gallery.

@ghost ghost assigned jonbullock Apr 24, 2013
@Riduidel
Copy link

I had a proposal, but I think it requires a few preliminary works. Namely #115 (to avoid crazy big index pages) #9 and/or #18

@jonbullock
Copy link
Member Author

I haven't thought much more about this. My initial thought was to group photos into album folders and render a page (of paginated pages) per album with auto generated thumbnails on. I had thought to keep the photos separate from the text based content but it doesn't have to be this way.

I was also thinking about having a special file in each album folder that defines metadata for the album, say for rendering but parsing this data from the photos themselves is another option.

Riduidel pushed a commit to Riduidel/JBake that referenced this issue Sep 4, 2014
What is done ?
 - images are copied and thumbnails are generated for them automatically when images are in the content folder
 - a set of properties is created, which contains
    - "imageName/imagePath" and "thumbnailName/thumbnailPath" to allow easy reference in templates
    - width and height of source image
    - and as many data coming from jpeg metadata one can possibly extract.
Notice there is a org.jabpe.app.gallery.RendererTest which generates some image pages containing all metadatas

What remains to be done ?

Images are not yet pushed to folders per palce/date/subject
I've not yet found any image with IPTC tags (I've some, but they're all family pictures). Once done, i will have to extract those tags from their IPTC catalog to push them into main tag list
@jonbullock
Copy link
Member Author

Linking #101 and #115

ge0ffrey pushed a commit to ge0ffrey/jbake that referenced this issue Dec 28, 2021
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