TownSuite / TownSuite.Web.ImageGen

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

Add Tests for Edge Cases in AVIF/HEIC Converters #13

Open baBounch opened 1 year ago

baBounch commented 1 year ago

Converting to HEIC requires SPAN and converting from requires Marshal pointers. Testing a few different scenarios in these cases could help avoid off by one errors or potential memory access issues.

baBounch commented 1 year ago

Related issue: https://github.com/TownSuite/TownSuite.Web.ImageGen/issues/8