Forrest logo
back to context overview

identify

List of commands for identify:

  • identify:tldr:03aa3 identify: Describe the format and verbose characteristics of an image.
    $ identify -verbose ${path-to-image}
    try on your machine
    explain this command
  • identify:tldr:6f616 identify: Collect dimensions of all JPEG files under current directory.
    $ identify -format "%f,%w,%h\n" *.${jpg} > ${filenamelist-csv}
    try on your machine
    explain this command
  • identify:tldr:ac3b9 identify: Describe the format and basic characteristics of an image.
    $ identify ${path-to-image}
    try on your machine
    explain this command
back to context overview