We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello. I am trying to figure out a way to meaningfully connect a group of photos into a series; and I felt like Processing might be the way to go. I've looked for similar projects without much success -- so I'm hoping that someone here can point me in the right direction.
Some info about my project. I have audio and video and still images that I would like to algorithmically and spontaneously connect to preform a sequence of imagined events. I want to analyze each image in a quick but meaningful way; perhaps weighting sequence then color and shape and then attaching audio to that color and shape.
I have a moderate amount of skill in programming (java, c++) but not necessarily in Processing so I don't know if this is too ambitious for someone at this level, but I would certainly like to achieve something that I'm proud of; so any help or direction would be very appreciated, or if I could provide any extra details that would be pertinent, I would be happy to do so. Thanks.
Answers
Got no idea either. But you should start reading about PImage & pixels[]:
http://processing.org/reference/PImage.html
http://processing.org/reference/PImage_pixels.html