praeclarum / NGraphics

NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.
MIT License
705 stars 133 forks source link

Is it possible to get Byte Array or Stream from IImage or IImageCanvas? #94

Closed xXMateus97Xx closed 6 years ago

xXMateus97Xx commented 6 years ago

Hi,

I'm interesting if it's possible to get a byte array or stream from those interfaces, cause I need to save the generated images in a database.

Is it possible or I really need to save the image on disk and read?

Thanks!

xXMateus97Xx commented 6 years ago

Sorry, I found the answer.