usercode
usercode
Updating the ImageSharp dependency is also important because of breaking changes between version 2 and 3. I use Piranha CMS with other open source library which target the version 3.x....
> @usercode To clarify a bit around the transitive package reference. Yes it’s ok as long as YOUR site isn’t using the ImageSharp package directly and it’s only used from...
You use the wrong way to detect the image format. The image object already contains the decoded image format. ` image.Save(dest, image.Metadata.DecodedImageFormat); `