One bigger image or two smaller?
IsabelleK
Member, Sous Chef Posts: 2,807
Hello,
What is better for image RAM usage - 2 images 480x320 or 1 image 480x640?
I don't have the possibility to run the viewer.
Thank you!
What is better for image RAM usage - 2 images 480x320 or 1 image 480x640?
I don't have the possibility to run the viewer.
Thank you!
Comments
I'm pretty sure that it is better performance-wise to use one though.
Because to show two images, you need to use two Actors, and all the overhead that comes with them.
The two smaller images would fit into two 512x512 memory containers, whereas the larger one would fit into a 512x1024 sized one. So it ends up being the same.