Closed pol2095 closed 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 ?
heif_context_write_to_file(ctx, ofile.toStringz);
thanks
Solved here
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