DOCKLAND Oops, I missed the 's' at the end of imageS :) Just to give some technical details for those interested in the memory consumption. A 1280x800 image takes 4MB. So 4 images is 16MB. SpaceSuit uses Core Animation that creates an internal rendering tree where -I think- the images get duplicated. That's 32MB and can be more if the images are larger than 1280x800. Since YCD is using only 8MB for 4 images, I guess it might be loading the images on-the-fly. If many people are concerned by memory usage, I'll add an option in a future release to disable Core Animation rendering. (Version 1.0) |