Hi Kevin,
I tried it and on mac it doesn't even create an image. I get a OutOfMemoryError.
So I figure that is probably what is happening on your end as well, only it is creating a dud file. I imagine the file is probably quite small in size?
Anyway, to do a bit of math...
Image size: 10080 x 5706 = 57,516,480 pixels
Byte count: 57,516,480 x 4 = 230,065,920 bytes (each pixels takes 4 bytes)
Megabytes: 219.4 meg
So right now we set the available to between 128 - 512 meg.
I bumped up the memory to max 1 gig, and managed to export to that size. But when 'profiling' the amount of memory used, I noticed that it was consuming as much as 600 meg rather than 219.4 meg... the mysteries of computing...
Anyway, the answer is to increase the amount of memory allocated to the Java Virtual Machine (JVM).
People get a bit concerned when applications start chewing up memory, so we have to be a bit careful.
I've uploaded a debug version of Alchemy 008 that has the 1 gig maximum. Give it a try and see if that solves the problem.
http://al.chemy.org/files/Alchemy-008-Debug.zipKarl