Page 1 of 1
Texture wheight
Posted: 26 Jan 2017, 19:42
by sribas
Hi ventuz community !
I wanted to know if there is a way to see textures wheight like we see it in the Movie clip node?
Thanks
Re: Texture wheight
Posted: 27 Jan 2017, 11:46
by lerou
Do you mean the texture's size in CPU/GPU memory? Check out Scene/Scene statistics and select Resources. You'll find your assets there and it will tell you the sizes.
For textures it's relatively simple do calulcate: PNGs and JPGs usually take up w x h x 4 Bytes. So a 1024x1024 texure is 4MB. DDS are not decompressed, so they pretty much need the same GPU memory as their file size.
Best,
rou