Hi!
My script parsing every layer of AE Composition and creating the list of used textures (files).
Then copy files in one folder.
But I would also to compute overall size of all files and to warn user if he break the limit (for example, 10MB for all textures).
Can you advise me please the right way to get by AE script:
1. file size.
2. texture resolution.
3. texture color depth (is it 16 bits, 32 bits etc...)
4. actual type of the texture file (.tga, for example). I mean exact type detection, not extension recognition.
I've checked AE Scripting Guide, and tried to google it, but unsuccessfully
Is it possible in After Effect?
Thank you in advance!