I have a circle and a image. How can i insert the image into the circle in a way that everything that exceeds the border of the circle should not be visible?
Thanks.
[SOLVED] image masking
[SOLVED] image masking
Last edited by suciuvlad on 2010-09-20T14:06:43-07:00, edited 1 time in total.
Re: image masking
I would crop all images the same size as the circle image.
-----
-----
Re: image masking
its not a viable option because the images should be rounded like the circle.
Re: image masking
This might help, it's a bash script I made to remove dust spots from images using a mask.
viewtopic.php?p=63565#p63565
---------------------
viewtopic.php?p=63565#p63565
---------------------
Re: [SOLVED] image masking
thanks for your help.