If you are talking about 500MB of image files, they will take much more than 1GB when if you load them all into memory, likely 10GB or more.
You will need to carefully manage the graphics - load only necessary images and unload those that are no longer needed.
You can estimate memory usage by placing a few sprites with animations on a blank layout and running it in Debug Mode.