Implement Electron´s NativeImage #25

Closed
opened 2026-01-29 16:27:46 +00:00 by claunia · 1 comment
Owner

Originally created by @GregorBiswanger on GitHub (Oct 24, 2017).

The problem with NativeImage is that it uses Nodejs buffer.
I need a solution for Nodejs buffer to .NET Core buffer.
I have no experience with buffer, maybe it is easy to implement.

NativeImage:
https://electron.atom.io/docs/api/native-image/

Nodejs Buffer:
https://nodejs.org/api/buffer.html#buffer_class_buffer

.NET Core Buffer:
https://docs.microsoft.com/de-de/dotnet/api/system.buffer?view=netcore-2.0

Originally created by @GregorBiswanger on GitHub (Oct 24, 2017). The problem with NativeImage is that it uses Nodejs buffer. I need a solution for Nodejs buffer to .NET Core buffer. I have no experience with buffer, maybe it is easy to implement. NativeImage: https://electron.atom.io/docs/api/native-image/ Nodejs Buffer: https://nodejs.org/api/buffer.html#buffer_class_buffer .NET Core Buffer: https://docs.microsoft.com/de-de/dotnet/api/system.buffer?view=netcore-2.0
claunia added the help wantedFeature labels 2026-01-29 16:27:46 +00:00
Author
Owner

@GregorBiswanger commented on GitHub (May 7, 2020):

Available at Electron.NET 8.31.2

@GregorBiswanger commented on GitHub (May 7, 2020): Available at Electron.NET 8.31.2
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#25