Replies: 3 comments 2 replies
-
Hi @affableashish, I too am interested in the answer to this question. Note that JimBobSquarePants, the creator of ImageSharp, contributed some interesting discussion in #47. However, based on the overall sentiment there, I did not get the impression that an ImageSharp abstraction is currently in development. |
Beta Was this translation helpful? Give feedback.
-
ImageSharp does not support GPU processing and is CPU only. That prevents it from drawing directly to a GPU context or device such as with OpenGL or Vulkan. See here: SixLabors/ImageSharp.Drawing#233 |
Beta Was this translation helpful? Give feedback.
-
Just for anyone reading this now: A few months after this question was posted, the ImageSharp license changes. It is no longer using an acceptable license for the use suggested by the original posted. Yes, it is true ImageSharp is a nice library with an elegant API. |
Beta Was this translation helpful? Give feedback.
-
Looks like a lot of packages used in this library use bloated/ clunky Skia library.
Why not just use ImageSharp instead of Skia?
ImageSharp is performant and easy to use and usage of it in library like this should help the .NET open source community (ImageSharp in this case).
Beta Was this translation helpful? Give feedback.
All reactions