Image processing and manipulation

Computer image processing involves the use of algorithms to perform operations on digital images to enhance, analyze, or manipulate them. This involves a range of techniques used to convert images into a more desirable form, extract information, or create visual effects.

Working with bitmap data (images and videos)

To load images and videos into the TD network the MovieFile In TOP is used.

Here's an example of how to make an image selector that reacts to SuperCollider sending OSC messages:

Manipulation of values in the bitmap: Color adjustments + Manipulation of the bitmap structure

TouchDesigner provides many operators to easily adjust and manipulate bitmap data. The functionality of these operators is quite similar as in equivalent tools in image editing programms like Photoshop or video editors.

TOPs: HSV Adjust, Level, Monochrome, Blend

Example for detecting edges, extracting 2d-vector points and using them for generative visuals (coded in Processing, but similarely possible in TouchDesigner): http://andreaspirchner.com/generative-image-based-illustration/

Last updated