Hiya,
since I just managed to get ImageBufferRepresentation working into quartz composer plugin,
I thought that I could whip up a tiny plugin to convert a bitmap image into an audio buffer.
Image to sound….
Some here’s the plug, 10.5/10.6, with sample file included – intel only.
The buffer size is actually 1024 (guess why ?), so the plugin will only convert the first 1024 pixels of the image,
starting from the upper left corner. A 32*32 pixels image input is optimal, no need for bigger size.
2 modes are available: average pixel value or RGB.
Download from the box, as usual. Any comments welcome.