Saving pixel by pixel information data into an array

Hi, I need to create a data array with the rgb information for each pixel of a 1275 x 200 pixel image. I will then use the data in a Flash file.
I was looking into automating it since it’s over a quarter of a million cells! But I could not find any existing application on the internet that did this.
Is this something I could do with AppleScript? Please bear in mind that I have ZERO experience in scripting, I mostly use my Mac to make art.
Thanks

Mariano

Hi mfavetto,

I won’t recommend an AppleScript solution, but you could try using the free software iMagine Photo which allows to access pixel data.

But the author states that:

Therefor I recommend using an Obj-C tool (Foundation tool) using the CoreGraphics framework to get access to the pixel data of an image. This will be a lot faster, but also more difficult (as a scripting novice).

Good luck :smiley: