Memory issues

For those experiencing memory issues here's a formula to help you gauge how much memory a file will require.

Take pixel width times pixel height and multiply that result by 4 (4 bits for each pixel) - this will give you how many bytes are required.

You can then get a value in MB by Googling the resulting bytes such as this example: "256000000 bytes in MB".