About Store Forum Documentation Contact



Post Reply 
Image -> drawrotate
Author Message
RedcrowProd Offline
Member

Post: #1
Image -> drawrotate
draw rotate seems to be creating huge steps in the image, instead of having a smooth image, is there some option to change that ?

https://gyazo.com/47cd11c4ac4d0d9776423dec771f7d0d

you can see that the black line is jagged, all i used is regular drawRotate();
(This post was last modified: 01-24-2023 07:02 AM by RedcrowProd.)
01-24-2023 07:02 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Image -> drawrotate
basic 2D don't have any anti-aliasing.

But you could try this:

make the image at top and bottom transparent (alpha=0) for a few pixel rows.
01-24-2023 07:12 AM
Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #3
RE: Image -> drawrotate
Thanks for the idea, i have added 2 pixels on each side of faded alpha (50%) and 2 pixels of alpha 0% and its smooth now smile

https://gyazo.com/ddbd2bf9abf33e00ca79e17cbae17975
(This post was last modified: 01-25-2023 06:15 AM by RedcrowProd.)
01-25-2023 06:11 AM
Find all posts by this user Quote this message in a reply
Post Reply