I want to create a mask for an Image like the following example:
I tried to use the FFImageLoading plugin with Transformation, but I could not make the triangular shape shown in the example, since I only cut the edges from the center of the image.
I can not put the white background with the triangle in alpha for the triangular image either, because I want to get the following result:
Is there any way to catch the triangle pixels that are in alpha, and apply them to the blue square image to get that effect?
Thanks in advance