I'm designing a program that will have a photoshop-like layer interface. I want to have multiple images in a picturebox at the same time, some will be higher some will be lower, every single one of them(the images) wiil have a alpha channel. the final image in the picturebox will be the combine Image of all of them with the alpha channel.
is it possible to do so like that?
please note that after loading the images, the user can change properties in every added picture.