TownSuite / TownSuite.Web.ImageGen

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

proxy - add support to proxy svg images #9

Closed majorsilence closed 1 year ago

majorsilence commented 1 year ago

ImageProxyRepo.cs will need to be modified to support generic file types that are unsupported by imagesharp. As an initial change, we will do an if statement. If the file is imagesharp supported use the existing functionality. If the file is not supported by imagesharp cache it and return it as is.