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

Pre-processing of big sizes even if original image is smaller #4

Open
BenjaminBrandmeier opened this issue Dec 30, 2016 · 2 comments
Open
Labels

Comments

@BenjaminBrandmeier
Copy link
Owner

Pre-processing should only take place up to the size of the original image. After changing the script the viewer has to be adapted accordingly to pick only original images at a certain screen size.

@foto-andreas
Copy link

Cool project! Regarding this issue missing image resolutions should be accepted dynamically by the viewer. I'd like to provide only one or two resolutions, or only the raw size of the image. So many resolutions need much space. I resolved that by using the external url method.

One options, I changed manually in the source, would be cool to have as an attribute at the gallery element

preferredSize (currently fixed to auto)

But if one could set the wanted previews in the generator phase and the viewer would use only the sizes it finds, this would be obsolete.

Also an option --previewQuality for generation image previews.

@LeanderCoevoet
Copy link

Made a pull request for this:
#83

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

3 participants