Approximating memory usage
To determine how much memory an image will require:
- Multiply the image's x resolution value by its y resolution value.
- Multiply this value by the number of images you will be painting simultaneously.
- For 8-bit images, multiply the value you obtained in step 2 by 4.
For 16-bit images, multiply the value from step 2 by 8.
[email protected]
Copyright © 1998, Alias|Wavefront, a division of Silicon Graphics Limited. All rights
reserved.