Advertisement
Ctrl-Z
Mar 9th, 2023
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. One way to determine the installed ImageMagick version, from a command prompt:
  2.  
  3. magick --version
  4.  
  5. And Windows version info at least for modern Windows, from PowerShell:
  6.  
  7. Get-WMIObject Win32_OperatingSystem | Select-Object Caption,Version,OSArchitecture
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement