Issue with a Library Item composed of multiple images
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey Forma Team!,
I have been experimenting with the new terrainTexture representation, which really helped us in our feature development.
The process works great as is when there is a single image ready to be transformed into an array buffer, uploaded and create a Library item based on it.
In our situation, however, there is an additional factor to consider:
The case when we need to add some watermarks and copyright text inside the main image
So then the Library Item created must be composed of 3 total images: The Main image (that covers the whole canvas), the watermark and the copyright image as you see in the attached illustration.
Trying to solve this issue I firstly tried composing the set of images creating the main image Element. Then creating a watermark element and inserting in to the first Element as a Child Element. I noticed however that the Main image is layered on top of the child image causing the Child Image not to show.
Then the next step was to make the watermark image the Main Element and the Child of that would be the Main Image - which worked great..!
Then the final step was to create another child Element of the copyright image and also add it along with the Main image Element - something like this code below
So now the issue in question:
When creating a commination of images as a Library Item the Preview image is always of the Main Element (that has the child elements inside)
In our case the Main Image would be a watermark and not the terrain imagery resulting in a preview that looks like this
Have you thoughts of resolving this issue ??
Thanks a lot
Giannis