-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
It will be really useful if we add a GIF to the Precaution README. That way we would show how Precaution works in 17 seconds! Signed-off-by: Martin Vrachev <[email protected]>
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.
The GIF is very large. Any way to reduce it's size?
ImageOptim wraps a bunch of image compression tools in a macOS GUI |
I tried to export all images in 720 p, them I used ImageOptim as @joshuagl suggested and in the end, I combined them with gifsky. On Gifsky I set it with a quality of 50 %. I don't know how to shrink it more. |
As the Gif is so large and adding large binaries to a git repo isn't good practice, can we instead upload the video to YouTube or similar and embed it in the README? |
How about using git-lfs for this file? https://help.github.com/en/articles/collaboration-with-git-large-file-storage |
This does seem like a good use-case for Git LFS, we gain the benefits of a Gif embedded in the README without having to worry about the impact of a large file on our git repository. |
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.
As suggested, we should look at Git LFS for the Gif
It will be really useful if we add a GIF to the Precaution README.
That way we would show how Precaution works in 17 seconds!
Closes: #106
Signed-off-by: Martin Vrachev [email protected]