nokiatech / heif

High Efficiency Image File Format
Other
1.74k stars 247 forks source link

OK to statically link in python package? #82

Open safijari opened 4 years ago

safijari commented 4 years ago

There are a number of python packages that open heif but they all rely on supplying libheif from elsewhere. It is however possible to vendor the library in the package. Would it be ok for me to create such a package so that it's a no-brainer to open/save these images for python users?