Draw part of image on another image #2102
Unanswered
TheBoneJarmer
asked this question in
Ideas
Replies: 1 comment 5 replies
-
If I understand correctly, you want to clone a part of a source image into a destination image. Where |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys
Using System.Drawing.BitMap and System.Drawing.Graphics it was possible to render a part of an image, let's say a tileset for example, on another using a source rect and dest rect. Microsoft dropped Linux support for the NuGet package System.Drawing so I went for ImageSharp as it seemed like a good alternative yet this feature seems to be either missing or well hidden as I cannot seem to find it.
With kind regards,
TheBoneJarmer
Beta Was this translation helpful? Give feedback.
All reactions