Advertisement
markopolo2013

Untitled

Jan 4th, 2023
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. VERBOSE: Loading module from path 'D:\PS\004_QrCode\modules\ImagePlayground\ImagePlayground.psd1'.
  2. VERBOSE: Cannot verify the Microsoft .NET Framework version 4.7.2 because it is not included in the list of permitted versions.
  3. VERBOSE: Loading module from path 'D:\PS\004_QrCode\modules\ImagePlayground\ImagePlayground.psm1'.
  4. Add-Type : Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
  5. At D:\PS\004_QrCode\modules\ImagePlayground\ImagePlayground.Libraries.ps1:36 char:5
  6. + Add-Type -Path $PSScriptRoot\Lib\Default\SixLabors.ImageSharp.Dra ...
  7. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. + CategoryInfo : NotSpecified: (:) [Add-Type], ReflectionTypeLoadException
  9. + FullyQualifiedErrorId : System.Reflection.ReflectionTypeLoadException,Microsoft.PowerShell.Commands.AddTypeCommand
  10.  
  11. VERBOSE: Importing function 'ConvertTo-Image'.
  12. VERBOSE: Importing function 'Get-Image'.
  13. VERBOSE: Importing function 'Get-ImageBarCode'.
  14. VERBOSE: Importing function 'Get-ImageExif'.
  15. VERBOSE: Importing function 'Get-ImageQRCode'.
  16. VERBOSE: Importing function 'Merge-Image'.
  17. VERBOSE: Importing function 'New-ImageBarCode'.
  18. VERBOSE: Importing function 'New-ImageChart'.
  19. VERBOSE: Importing function 'New-ImageChartBar'.
  20. VERBOSE: Importing function 'New-ImageChartBarOptions'.
  21. VERBOSE: Importing function 'New-ImageChartLine'.
  22. VERBOSE: Importing function 'New-ImageChartPie'.
  23. VERBOSE: Importing function 'New-ImageQRCode'.
  24. VERBOSE: Importing function 'New-ImageQRCodeWiFi'.
  25. VERBOSE: Importing function 'New-ImageQRContact'.
  26. VERBOSE: Importing function 'Remove-ImageExif'.
  27. VERBOSE: Importing function 'Resize-Image'.
  28. VERBOSE: Importing function 'Save-Image'.
  29. VERBOSE: Importing function 'Set-ImageExif'.
  30. VERBOSE: Importing alias 'New-QRCode'.
  31. VERBOSE: Importing alias 'New-QRCodeWiFi'.
  32. Method not found: 'Void SixLabors.Fonts.IGlyphRenderer.CubicBezierTo(System.Numerics.Vector2, System.Numerics.Vector2, System.Numerics.Vector2)'.
  33. Method not found: 'Void SixLabors.Fonts.IGlyphRenderer.CubicBezierTo(System.Numerics.Vector2, System.Numerics.Vector2, System.Numerics.Vector2)'.
  34. Method not found: 'Void SixLabors.Fonts.IGlyphRenderer.CubicBezierTo(System.Numerics.Vector2, System.Numerics.Vector2, System.Numerics.Vector2)'.
  35. Method 'MoveTo' in type 'CachingGlyphRenderer' from assembly 'SixLabors.ImageSharp.Drawing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13' does not have an implementation.
  36. Resolution old: 900x900
  37. Resolution new: 820x820
  38. Resolution old: 820x820
  39. Resolution new: 1640x1640
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement