NyroPyro
ImageSharp add circular border around image
I've got image 1, and image 2.
I want image 1 to act as a background and for image 2 to make a circular outline around the image.
Am using ImageSharp. Dunno where else to post this or where to look.
Thanks.
3 replies
Streams
Hello. I am totally new to file management. I was working on my discord bot when I needed to process an image sent by the user and send it back, this introduced me to streams.
So I assume a memory stream is the correct approach here, but I would appreciate an explanation as to why streams exist at all. It seems much more natural to me to just store the data in variables like any other class. Why are things like images so special?
14 replies