Jonathan-David Schröder

Results 51 issues of Jonathan-David Schröder

documentation
enhancement
wontfix
release

- [x] add msys2 to Github Workflow recipe - [x] install all libraries - [x] install all python dependencies (pkg-config, wurlitzer) - [x] complement setup.py with msys2/mingw libomp libs and...

enhancement
release

- [x] single place version change in VERSION - [ ] possible build_tools command to check or change version - [x] notes for any developer for releasing properly - [...

documentation
release

- [x] sync tutorial 1 code + readthedocs wiki counterpart - [x] tutorial 2: add pixel access and finish stylize example with last image selection - [x] write more user...

documentation

make a test for this: ```python a = [] gmic.run("0", a) a[-1].to_numpy_array() #array([], shape=(0, 0, 0, 0), dtype=float32) # have some memory-writing gmic operation within the test flow: "mirror x...

testing

Matrix layout and (de)interleaving presets: ~~- [x] add presets to G'MIC module and add validator GmicImage class method~~ - [x] set up Jupyter Lab document for simpler testing than Pytest...

enhancement

Nice to have - result image display

bug
enhancement

[Pygame](https://www.pygame.org/news) is a very famous 2D games programming library for Python Similar to WIP numpy arrays support: - [image](https://www.pygame.org/docs/ref/image.html) (not a type, related methods return a Surface) - [Surface](https://www.pygame.org/docs/ref/surface.html) (user-level...

enhancement

Processing has 2 Python implementations: - [processing.py](https://py.processing.org/), a Jython binding of the Processing Java library, with a Python 2.7 syntax - will be difficult to link with the C /...

enhancement

G'MIC seems a bit weak at using fonts for displaying text. A tutorial could demonstrate making mixed text+image creation using dynamic text rendering from a foreign Python library: - either...

documentation