I’d like to know if there is a way to add a Border inside an image. I want something like the “Stroke” effect in Photoshop when the position is set to inside, i.e. it has to be painted over the image. Is it possible?
Thank you.
I’d like to know if there is a way to add a Border inside an image. I want something like the “Stroke” effect in Photoshop when the position is set to inside, i.e. it has to be painted over the image. Is it possible?
Thank you.
3
Answers
You could place the border on top of the image :
If you have set a
CornerRadius
, and you want to hide theImage
in the corners, that’s more complicated, but you could set another almost sameBorder
as theOpacityMask
to yourImage
:Yes you could do a multilayer approach!
Remind the attributes you need to use, this is just a lightweight version!
That’s easy i think