How to get the multiple layers data
Hi,
I have imported two jpg files in a single composition. Please follow this procedure ...
1. created a composition, say its name testCompo
2. Imported a file1.jpg into the project from File --> Import --> file
3. Imported a file2.jpg into the project from File --> Import --> file
4. Drag the both files, file1.jpg and file2.jpg, into the testCompo
Now, I have two layers (one is file1.jpg and onother is file2.jpg) in my testCompo. How can I get the pixel information or pixel data of the
both images (i.e, I mean layers).
I knew that params[0]->u.ld is the first layer data in
EntryPointFunc (
PF_Cmd cmd,
PF_InData *in_data,
PF_OutData *out_data,
PF_ParamDef *params[],
PF_LayerDef *output,
void *extra)
then what about the other layer data? So, finally how can we get the multiple images/layers data in AE?
thanks in advance!!