You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,7 +27,7 @@ A fork / update for the excellent original work at [eborboihuc/rotate_3d](https:
27
27
28
28
The original uses `opencv` to rotate 2d -> 3d. This version adds better CLI parsing, support for python3, newer opencv, ability to animate and render animations with `ffmpeg`, and works via docker.
29
29
30
-
Besides creating gifs, it can display them inside a terminal, using [chafa](https://github.com/hpjansson/chafa).
30
+
Different kinds of rotation are supported as well (see the end of this page for [a gallery](#changing-axis-of-rotation)). Besides creating gifs, it can display them inside a terminal, using [chafa](https://github.com/hpjansson/chafa).
31
31
32
32
See also [the original docs](docs/README.original.md)
33
33
@@ -48,7 +48,7 @@ pip install -r requirements.txt
48
48
**Basic usage info follows:**
49
49
50
50
```bash
51
-
Usage: demo.py [OPTIONS] IMG_PATH
51
+
Usage: imgrot.py [OPTIONS] IMG_PATH
52
52
53
53
Options:
54
54
--bg TEXT Background color to pass to chafa
@@ -78,7 +78,7 @@ You can also set `LOGLEVEL=debug` for more info.
Note that this tries to respect transparency in the original image, but for more contrast you can effectively add highlights by passing '--bg' arguments that go through to chafa.
101
+
Note that this tries to respect transparency in the original image, but for more contrast with black images on black terminals, you can effectively add highlights by passing '--bg' arguments that go through to chafa.
102
102
103
103
------------------------------
104
104
105
-
**Changing axis of rotation**
105
+
#### Changing Axis of Rotation
106
106
107
107
The rotation can be controlled to create a bunch of different effects:
@@ -27,7 +27,7 @@ A fork / update for the excellent original work at [eborboihuc/rotate_3d](https:
27
27
28
28
The original uses `opencv` to rotate 2d -> 3d. This version adds better CLI parsing, support for python3, newer opencv, ability to animate and render animations with `ffmpeg`, and works via docker.
29
29
30
-
Besides creating gifs, it can display them inside a terminal, using [chafa](https://github.com/hpjansson/chafa).
30
+
Different kinds of rotation are supported as well (see the end of this page for [a gallery](#changing-axis-of-rotation)). Besides creating gifs, it can display them inside a terminal, using [chafa](https://github.com/hpjansson/chafa).
31
31
32
32
See also [the original docs](docs/README.original.md)
33
33
@@ -48,7 +48,7 @@ pip install -r requirements.txt
48
48
**Basic usage info follows:**
49
49
50
50
```bash
51
-
{{bash('python demo.py --help')}}
51
+
{{bash('python imgrot.py --help')}}
52
52
```
53
53
54
54
You can also set `LOGLEVEL=debug` for more info.
@@ -59,7 +59,7 @@ You can also set `LOGLEVEL=debug` for more info.
@@ -79,11 +79,11 @@ $ docker run -it --rm -v `pwd`:/workspace -w /workspace robotwranglers/imgrot im
79
79
<imgwidth=50%align=centersrc=img/demo.chafa.gif>
80
80
</p>
81
81
82
-
Note that this tries to respect transparency in the original image, but for more contrast you can effectively add highlights by passing '--bg' arguments that go through to chafa.
82
+
Note that this tries to respect transparency in the original image, but for more contrast with black images on black terminals, you can effectively add highlights by passing '--bg' arguments that go through to chafa.
83
83
84
84
------------------------------
85
85
86
-
**Changing axis of rotation**
86
+
#### Changing Axis of Rotation
87
87
88
88
The rotation can be controlled to create a bunch of different effects:
0 commit comments