I am trying to "stamp" an image with another, smaller image. I can do the basic "image on image" but I need the stamp to be either semi-transparent (modify the alpha channel) or with a transparent background. Neither has worked.
tailormade wrote:I am trying to "stamp" an image with another, smaller image. I can do the basic "image on image" but I need the stamp to be either semi-transparent (modify the alpha channel) or with a transparent background. Neither has worked.
Say the original image is 320x240 and the "stamp" is 88x31, both are jpg's.
(In fact the original image opacity shouldn't be altered in my case, but then the stamp doesn't show up at all...) When merging - at let's say 50% opacity for - both layers, it seems that the layer containing the smaller picture is the same size as the original, which I think causes the "problem".
Can't the second layer keep the size of it's own image?
Or
Can't the "stamp" be pasted as a new selection (like .drawImage) at position X,Y with Z opacity or something like that ?
Say the original image is 320x240 and the "stamp" is 88x31, both are jpg's.
(In fact the original image opacity shouldn't be altered in my case, but then the stamp doesn't show up at all...) When merging - at let's say 50% opacity for - both layers, it seems that the layer containing the smaller picture is the same size as the original, which I think causes the "problem".
Can't the second layer keep the size of it's own image?
Or
Can't the "stamp" be pasted as a new selection (like .drawImage) at position X,Y with Z opacity or something like that ?