Do what, Zoyt?
If you mean import graphics, this is what I (and Bortels) did:
- Convert the image to Plain PPM. For this, I used the netpnm tools, available for Linux and almost certainly for MacOSX.
- That filetype is a list of numbers giving the RGB values for each pixel. A simple script like mine above converts that to a load of image:set commands.
- Cut and paste the resulting file into Codea.