microsoft / dotnet-podcasts

.NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!
https://dot.net
MIT License
2.75k stars 745 forks source link

Image Processing Service #218

Closed michaelstonis closed 1 year ago

michaelstonis commented 1 year ago

This is to help with further image compression and resizing for better overall performance.

Some of the images for the podcasts are quite large (around 3000x3000). The introduced service will resize the images to roughly 250x250 and perform additional compression (80%) of the original. This results in far better scrolling and loading performance.