gif-for-cli
gif-for-cli copied to clipboard
**Summary of changes** - Fix small typo in help text - Add `--show-path` option for use with `--no-display` When pre-caching output, it is helpful to know the path to the...
Now, gif-for-cli still uses a predefined constant ` . ,\'-:;!" ^/+? *&8#$@%` to match the brightness and generate the image, like all similar tools do. This approach does not make...
Through `runner.py` we can execute all our unit tests in a go. If you allow, i'll present the code with my PR.
I got error in testing after command: `python3 -m unittest discover` ``` danghai@ubuntu:~/test/gif-for-cli$ python3 -m unittest discover ..................................EE.......... ====================================================================== ERROR: tests.test_export (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: tests.test_export...
Some GIFs giving this below error: ``` [16:28:43 abhasker@wsl -> ~$ gif 12122337 Processed 15/15 frames... Traceback (most recent call last): File "/home/abhasker/.local/bin/gif-for-cli", line 11, in sys.exit(main()) File "/home/abhasker/.local/lib/python3.5/site-packages/gif_for_cli/__main__.py", line...
Are there any commands that prevent the program from generating the gif with a white background?
as part of an assignment we were given in our college, we had to choose and refactor a project of our choosing, we choose this project and decreased part of...
When I run, for example, `gif-for-cli -c=\ + -ch=1 -cw=1 --rows=100 --cols=90 --display-mode=256 arial\ tramway` the entire gif shows up in the terminal window, but if I add a `--export=gif.gif`...
Note: you can try it out with `docker run --rm -it fenollp/gif-for-cli/tags`
It seems to me that this should be possible: ``` $ gif-for-cli file://test.json --export test.gif Processed 24/24 frames... Exported to: /home/dtantsur/test.gif ``` However, the resulting file has no relationship to...