0

I have an image which has a transparent hole in the middle. I want to first resize the image and then rotate it. I already achieved this.

Now, I want to crop this image into a circle. I am unable to do this, without losing the transparency of the hole in the middle.

At this moment I generated this image with a script:

this image

How can I make the corners transparent without losing transparency of the hole?

I have used this script. However, the hole is not transparent anymore.

Community
  • 1
  • 1
CMS4biz
  • 19
  • 7
  • Can you rotate then apply the transparency/transparencies? – segFault Sep 24 '16 at 18:57
  • yes, i did that. First I modify the image and then i want to crop the image into a circle wouthout losing transparency of the whole image. However I lose the transparency of the whole. – CMS4biz Sep 24 '16 at 19:58
  • I found a solution. I created an overlay and merged it with my orginal image. Then I made the corners transparent with imagefill. – CMS4biz Sep 24 '16 at 22:53

1 Answers1

0

I found a solution. I created an overlay and merged it with my orginal image. Then I made the corners transparent with imagefill.

CMS4biz
  • 19
  • 7