cmahnke
cmahnke
Calling this: ``` stereoscopy.create_anaglyph((left, right), color_scheme="red-green", method="gray").save(rgAnagFileName) ``` Results in the following:  Shouldn't the background be white / gray, like calling without the `color_scheme` param? That is just green...
``` File "/Users/cmahnke/projects/StereoscoPy/stereoscopy/__init__.py", line 370, in resize image = image.resize(re_size, Image.ANTIALIAS) AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' ``` This has changed with Pillow 10, see https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#constants
Please add `left.jpg` and `right.jpg` to the `example_images` directory to be able to try out the provided examples from `README.md` directly.
I know, that support for Java 17 is planned for version 7.0, see the [blog post "January 2023 Releases" from 2023/01/15](https://exist-db.org/exist/apps/wiki/blogs/eXist/january-2023-releases) - over a year ago. Since Java 8 is...
The [README](https://github.com/battlesnake/gulp-google-webfonts#input) mentions a so called "Google Format" which uses ',' but the real Google URL uses ';' like in https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300&display=swap Why using some sort of format at all? It...
The example files fail on `gulp` 4: ``` { AssertionError [ERR_ASSERTION]: Task function must be specified ``` Installing `gulp` 3 fix it.
### Description To simplify scripting there should be a `--force` option when running `docker create --name=`. The implied behaviour would be that the provided name would be used, any previously...
See #9