Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add p5 (processing python) Image I/O support #67

Open
myselfhimself opened this issue Sep 25, 2020 · 0 comments
Open

Add p5 (processing python) Image I/O support #67

myselfhimself opened this issue Sep 25, 2020 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@myselfhimself
Copy link
Owner

Processing has 2 Python implementations:

  • processing.py, a Jython binding of the Processing Java library, with a Python 2.7 syntax - will be difficult to link with the C / shared library world
  • p5 (or p5py) is in pure-Python >3 with a slightly differing API and using PIL in Python

Both libraries are used by multimedia students and professionals, in an even simpler way as Pygame does, for (non-)interactive animations or games.
A multimedia teacher in Germany, held a talk about it during this years's Libre Graphics Meeting: Processing Python Mode for Creative Coding and Teaching

We could discard implementing a bridge for processing.py and focus on image I/O with the p5 Image class. Possibly with its Pixels() context manager or just the load() image method.

@myselfhimself myselfhimself added the enhancement New feature or request label Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Gmic-py
  
Awaiting triage
Development

No branches or pull requests

1 participant