Photo and sound import

Is it possible to import photos bigger than 1024,768 to codea?
And also can I import sound files from dropbox?

Hi @Chunoo, I don’t know about the photos, but sound files cannot be imported from Dropbox.

@chunnoo photos are resized because it’s very easy to run out of texture memory by loading, say, 5 megapixel digital camera images directly into OpenGL textures. You can still load arbitrarily sized images through http.request, but the local import resizes as a precaution against users who might not realize their photos are actually very large and use a lot of memory in an uncompressed format.