#Umbraco 12 has been released today! A new major with some major features and updates including headless out-of-the-box, support for #EFCore, #ImageSharp 3, and much more. All running on the latest version of #DotNet 7.
All the details on Umbraco's blog:
https://umbraco.com/blog/umbraco-12-release/
#umbraco #efcore #imagesharp #dotnet
@xoofx I remember trying (and failing) to implement one of those for optimizing colour space conversion in #ImageSharp.
I 'think' ICC color profile conversion is now ready for final review and merge into the #ImageSharp main branch.
It's been 5 years since the initial draft PR implementing the functionality was first opened. 🎉
I've been having a nagging idea that I keep coming back to for #dotnet.
Programmable images using #ImageSharp.
Designers create a UI asset (social cards for example) that have placeholders for title, description, media asset, whatever.
Then a C# class would be generated for that asset generator.
You can reference these in your application and programmatically have a strongly typed image generator.