Save Image to Web with Processing and PHP
Processing demo code that shows how to upload an image from Processing to a web server. It takes a picture with your webcam and saves the image to a folder on your webserver with PHP.
Creative Developer
Processing related articles and examples.
Processing demo code that shows how to upload an image from Processing to a web server. It takes a picture with your webcam and saves the image to a folder on your webserver with PHP.
Processing demo code to sent images to the Microsoft Azure Cognitive Services Face API. It takes a picture from your webcam and it will return an analysis of all the faces found.
Demonstration of the raw Robert Penner easing functions implemented in the Ani library for Processing.
Example code to draw a sliced color wheel with the bezierVertex() function in Processing.
A code example that shows how to read, modify and write .csv files with Processing.
Monitor incoming OSC (Open Sound Control) data on your network with this application. I also explain in a video how OSC works.
Demonstration of the ease of use to use Processing for Compositing, based on the Awesome digital bokeh effect in Photoshop.
In this follow up article (Processing ControlP5 example 1) an example on how to style (font, color) the ControlP5 interface elements and how to set their values, so you can use them also to monitor variables.
The controlP5 library for Processing makes it easy to add knobs and buttons to your Processing applications. In this article an example how to add some interface elements (buttons, sliders etc.) and how to listen to their events.