How to create rounded corners for GIF images.
-
@Pl45m4 said in How to create rounded corners for GIF images.:
@Quella
Custom QLabel in roundedRect shape playing a QMovie GIF.I understand that roundedRect can only manipulate one image. If this is correct, do I need to apply roundedRect() to all frames of the GIF image and then assemble them into a new GIF image?
-
@Pl45m4 said in How to create rounded corners for GIF images.:
@Quella
Custom QLabel in roundedRect shape playing a QMovie GIF.I understand that roundedRect can only manipulate one image. If this is correct, do I need to apply roundedRect() to all frames of the GIF image and then assemble them into a new GIF image?
-
Depends on what you want to achieve...
You can either make yourQLabel
a roundedRect or you use a GIF with rounded corners.