OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.45k stars 2.41k forks source link

Add support for autoorient #11586

Open deanmarcussen opened 2 years ago

deanmarcussen commented 2 years ago

With ImageSharp upgrade we need to add support to the razor tag helpers and OrchardHelper to support autoorient

re: https://github.com/SixLabors/ImageSharp.Web/pull/215

I don't thin it's enable by default, so we might consider making it true by default.

Skrypt commented 2 years ago

I think we need to have this by default too. Else, it becomes a nightmare flipping batch of images that were uploaded upside down.