-
How Do I Manually Resize A Image? In SVGAIICanvas I Need To Make An Image Smaller Like From 1080P To 480P Etc. |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Jan 20, 2025
Replies: 2 comments 4 replies
-
If you want manually, THERES GOOGLE |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you are using normal canvas, use canvas.DrawImage(image, x, y, width, height); |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whoops When I Was Looking For The DrawImage Func I Found CroppedDrawImage Func So I Found Out :d