strukturag / libheif

libheif is an HEIF and AVIF file format decoder and encoder.
Other
1.7k stars 298 forks source link

Go: Support encoding to byte slice instead of encoding to a file #332

Open paulborile opened 4 years ago

paulborile commented 4 years ago

Hi,

looking for a way to encode AVIF to a byte slice (opposed to encoding to file and reading the file to have the image data) : is there anything already in place to use ?

Thanks -Paul

fancycode commented 4 years ago

Not yet, pull requests are welcome and will be reviewed - I currently don't have time to implement it myself.