TownSuite / TownSuite.Web.ImageGen

Simple web avatars, placeholders, and image proxy
MIT License
0 stars 2 forks source link

AVIF and HEIC support #8

Open majorsilence opened 1 year ago

majorsilence commented 1 year ago

Both AVIF and HEIC use HEIF container format. AVIF is AV1 in HEIF and HEIC is HEVC in HEIF.

This project mainly uses imagesharp for image processing and image sharp does not currently support avif and heic. For avif and heic investigate the use of libheif-sharp and integrate it into the TownSuite.Web.ImageGen project. This is an exploratory issue to see if it is feasible and straightforward to implement.

https://github.com/0xC0000054/libheif-sharp https://github.com/0xC0000054/libheif-sharp-samples

modify or create new objects