-
Notifications
You must be signed in to change notification settings - Fork 1
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
Customizable configuration #1
Comments
What is the purpose? Who requested this?
…On Jan 17, 2018 6:37 PM, "Jiri Kozel" ***@***.***> wrote:
Would it be possible to customize configuration? Basically, I would like
to pass list of arguments like
[
"-x 0 -y 0 -z 0 -w 512 -h 512 -r 2 -o /data/preview-0.png",
"-x 8.5456 -y 47.3739 -z 10 -w 640 -h 360 -o /data/preview-10.png",
...
]
It can be passes in config file or as argument - it does not matter.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADnlBYCdCqCbET8hPh18mWsLPhnBhkaks5tLi-9gaJpZM4Rht2N>
.
|
We were discussing how to use thumbnail-gl for generating images for public style repos (in travis probably). The thumbnail regions and sizes are now hardcoded in the shell script in this repo, this would make it customizable per-repo. Or we can just improve the default values, that might be enough now. |
That's what I am suggesting in #3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible to customize configuration? Basically, I would like to pass list of arguments like
It can be passed in config file or as argument - it does not matter.
The text was updated successfully, but these errors were encountered: