Replies: 2 comments
-
Implicit casts have been removed in version 12. You will need to do this instead: profile.SetValue(ExifTag.ImageWidth, (Number)image.Width); You can find a list of all changes here: https://github.com/dlemstra/Magick.NET/releases/tag/12.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thx 🥇 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following code:
}
it worked with MAgic:net 11.2.1 but with 12 i get
Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand Priorität
Fehler CS0411 Die Typargumente der ExifProfile.SetValue(ExifTag, TValueType)-Methode können nicht per Rückschluss aus der Syntax abgeleitet werden. Geben Sie die Typargumente explizit an. BingBackground c:\Users\pauerbacher\Documents\Visual Studio 2022\Projects\BingBackground\Main\BingBackground\BingBackground.cs 337 Aktiv Normal
It is an The type arguments for method 'method' cannot be inferred from the usage error.
Can anybody help?
Regards Peter
Beta Was this translation helpful? Give feedback.
All reactions