-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Create docker image with linux application for headless gif creation #204
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks so much for your contribution! This is already super valuable for anyone wanting to create GIFs with Funvas 🚀
Are you okay with me editing your code once I come back to it? I would leave the PR open for now and the next time I have something to export tackle integrating it.
Of course, anything, do what you want! This is just proof of concept that everything works fine at any processor architecture (tested on MBR M1 2021 and Hetzner VPS). |
Also, we should add selecting funvas with an environment variable e.g. import 'dart:io' as io show Platform;
final Funvas funvas = _funvasFromString(io.Platform.environment['FUNVAS'] ?? 'FALLBACK_NAME'); |
Now you can create and save multiple frames only with your browser, platform agnostic
Create a docker image with Linux application for headless gif creation