I updated my ImageProcessor package via NuGet to latest version and now I get the followng error

?entropycrop=128
I am targeting NetFramework 4.7.1
ImageProcessor 2.7.0.100
ImageProcessor.Web 4.10.0.100
What might be the problem ?
What might be the problem ?
An invalid cast by the look of the stack trace.
However. From the Readme:
ImageProcessor is in Soft Archive Mode.
Focus for the ImageProcessor libraries has switched to a new library ImageSharp. As such, no new features will be added to this library. Bug fixes will continue to be added and only via PR.
Downgrading to ImageProcessor v2.6.2.25 fixes the problem
Downgrading to ImageProcessor v2.6.2.25 fixes the problem
While introducing other issues. I never understand why people comment like this, not helpful to anyone.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Just created a PR now to fix this issue: #746
Thanks, merged. Will do a release soon.