0xC0000054 / libheif-sharp

Provides .NET bindings for libheif.
https://0xc0000054.github.io/libheif-sharp/
GNU Lesser General Public License v3.0
61 stars 3 forks source link

heif_context_write_to memory #6

Closed pol2095 closed 3 years ago

pol2095 commented 3 years ago

Hello,

it's not a Csharp question, but a C++ question for GNU/Linux for libheif

using heif_context_write_to_file(ctx, ofile.toStringz); a heic file is created, how to get a byte array instead of create a file ?

thanks

pol2095 commented 3 years ago

Solved here