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

Add Platform support to benchmarks #56

Closed kenny-sellers closed 2 years ago

kenny-sellers commented 2 years ago

Description

Currently the benchmarks project is only targeting .net5. This needs to support 4.8, .net5, and .net6.

SkyeHoefling commented 2 years ago

This has been completed as part of a large series of commits to the main branch with the final commit that updated the benchmark results 8f4fbfb4f394ee5aada4751b1ce9e98d4d010730

Closing out this work item