cgohlke / imagecodecs

Image transformation, compression, and decompression codecs
https://pypi.org/project/imagecodecs
BSD 3-Clause "New" or "Revised" License
117 stars 23 forks source link

avif encoding/decoding with numpy #73

Closed lchunleo closed 1 year ago

lchunleo commented 1 year ago

Hi

may i know how can i do : 1) numpy array into avif (encode) 2) avif to numpy array (decode)

thanks

cgohlke commented 1 year ago

Try the avif_encode and avif_decode functions. The usage is similar to the JPEG2K codec in the examples.