FileOnQ / Imaging.Heif

A C#/.NET wrapper around libheif for decoding and processing high efficiency image formats (heif, heic).
GNU Lesser General Public License v3.0
15 stars 4 forks source link

Compile libde265 Instead of Using vcpkg #88

Closed SkyeHoefling closed 2 years ago

SkyeHoefling commented 2 years ago

Description

We have the greatest control over binary formats when compiling them ourselves. We need to remove our usage of vcpkg and update libde265 to be compiled like the other upstream dependencies. This will give us the best control on compiling for cross-platforms such as android/ios/wasm.