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

Remove x265 Dependency #84

Closed SkyeHoefling closed 2 years ago

SkyeHoefling commented 2 years ago

Description

The x265 dependency is only used for encoding and at this point FileOnQ.Imaging.Heif is only interested in decoding. That library is licensed under GPL and is not compatible with LGPL. In the future if we want to add support for encoding, we will need to revisit the license and how we can include it.

Task

Remove x265 from the library and docs