You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems, that the rounded corner sample is not working well with photo images. The cut out corners are not transparent for a lot of images. Cliparts are usually ok, but real world images tend to produce black corners.
The text was updated successfully, but these errors were encountered:
Input image is a png. But your comment has led me to a solution: When I serialize the selected image into a memory stream using a PngEncoder with ColorType = PngColorType.RgbWithAlpha, load the image from this stream and than apply rounded corners everything works as expected.
It seems, that the rounded corner sample is not working well with photo images. The cut out corners are not transparent for a lot of images. Cliparts are usually ok, but real world images tend to produce black corners.
The text was updated successfully, but these errors were encountered: