{
    "content": [
        {
            "type": "text",
            "text": "# identify-im6 (man)\n\n## NAME\n\nidentify - describes the format and characteristics of one or more image files.\n\n## SYNOPSIS\n\nidentify-im6.q16 [options] input-file\n\n## DESCRIPTION\n\nImage Settings:\n-alpha option        on, activate, off, deactivate, set, opaque, copy\ntransparent, extract, background, or shape\n-antialias           remove pixel-aliasing\n-authenticate value  decrypt image with this password\n-channel type        apply option to select image channels\n-clip                clip along the first path from the 8BIM profile\n-clip-mask filename  associate a clip mask with the image\n-clip-path id        clip along a named path from the 8BIM profile\n-colorspace type     alternate image colorspace\n-crop geometry       cut out a rectangular region of the image\n-define format:option\ndefine one or more image format options\n-define unique=true  return the number of unique colors in the image\n-density geometry    horizontal and vertical density of the image\n-depth value         image depth\n-endian type         endianness (MSB or LSB) of the image\n-extract geometry    extract area from image\n-features distance   analyze image features (e.g. contrast, correlation)\n-format \"string\"     output formatted image characteristics\n-fuzz distance       colors within this distance are considered equal\n-gamma value         of gamma correction\n-interlace type      type of image interlacing scheme\n-interpolate method  pixel color interpolation method\n-limit type value    pixel cache resource limit\n-list type           Color, Configure, Delegate, Format, Magic, Module,\nResource, or Type\n-mask filename       associate a mask with the image\n-matte               store matte channel if the image has one\n-moments             report image moments\n-monitor             monitor progress\n-ping                efficiently determine image attributes\n-precision value     maximum number of significant digits to print\n-quiet               suppress all warning messages\n-regard-warnings     pay attention to warning messages\n-respect-parentheses settings remain in effect until parenthesis boundary\n-sampling-factor geometry\nhorizontal and vertical sampling factor\n-seed value          seed a new sequence of pseudo-random numbers\n-set attribute value set an image attribute\n-size geometry       width and height of image\n-strip               strip image of all profiles and comments\n-unique              display the number of unique colors in the image\n-units type          the units of image resolution\n-verbose             print detailed information about the image\n-virtual-pixel method\nvirtual pixel access method\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **OVERVIEW**\n- **DESCRIPTION**\n- **NOTE**\n- **SEE ALSO**\n- **COPYRIGHT** (2 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "identify-im6",
        "section": "",
        "mode": "man",
        "summary": "identify - describes the format and characteristics of one or more image files.",
        "synopsis": "identify-im6.q16 [options] input-file",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "ImageMagick-im6.q16",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ImageMagick-im6.q16/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OVERVIEW",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 64,
                "subsections": []
            },
            {
                "name": "NOTE",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 1,
                "subsections": [
                    {
                        "name": "Copyright  (C)  1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to",
                        "lines": 2
                    },
                    {
                        "name": "magick.org/script/license.php",
                        "lines": 1
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "identify - describes the format and characteristics of one or more image files.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "identify-im6.q16 [options] input-file\n",
                "subsections": []
            },
            "OVERVIEW": {
                "content": "The  identify-im6.q16  program is a member of the ImageMagick-ims6.q16(1) suite of tools.  It\ndescribes the format and characteristics of one or more image files. It also  reports  if  an\nimage  is incomplete or corrupt. The information returned includes the image number, the file\nname, the width and height of the image, whether the image is colormapped or not, the  number\nof  colors  in the image (by default off use -define unique=true option), the number of bytes\nin the image, the format of the image (JPEG, PNM, etc.), and finally the number of seconds it\ntook  to  read and process the image. Many more attributes are available with the verbose op‐\ntion.\n\nFor   more   information   about   the   identify   command,   point    your    browser    to\nfile:///usr/share/doc/imagemagick-6-common/html/www/identify.html  (on  debian system you may\ninstall the imagemagick-6 package) or https://www.imagemagick.org/script/identify.php.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Image Settings:\n-alpha option        on, activate, off, deactivate, set, opaque, copy\ntransparent, extract, background, or shape\n-antialias           remove pixel-aliasing\n-authenticate value  decrypt image with this password\n-channel type        apply option to select image channels\n-clip                clip along the first path from the 8BIM profile\n-clip-mask filename  associate a clip mask with the image\n-clip-path id        clip along a named path from the 8BIM profile\n-colorspace type     alternate image colorspace\n-crop geometry       cut out a rectangular region of the image\n-define format:option\ndefine one or more image format options\n-define unique=true  return the number of unique colors in the image\n-density geometry    horizontal and vertical density of the image\n-depth value         image depth\n-endian type         endianness (MSB or LSB) of the image\n-extract geometry    extract area from image\n-features distance   analyze image features (e.g. contrast, correlation)\n-format \"string\"     output formatted image characteristics\n-fuzz distance       colors within this distance are considered equal\n-gamma value         of gamma correction\n-interlace type      type of image interlacing scheme\n-interpolate method  pixel color interpolation method\n-limit type value    pixel cache resource limit\n-list type           Color, Configure, Delegate, Format, Magic, Module,\nResource, or Type\n-mask filename       associate a mask with the image\n-matte               store matte channel if the image has one\n-moments             report image moments\n-monitor             monitor progress\n-ping                efficiently determine image attributes\n-precision value     maximum number of significant digits to print\n-quiet               suppress all warning messages\n-regard-warnings     pay attention to warning messages\n-respect-parentheses settings remain in effect until parenthesis boundary\n-sampling-factor geometry\nhorizontal and vertical sampling factor\n-seed value          seed a new sequence of pseudo-random numbers\n-set attribute value set an image attribute\n-size geometry       width and height of image\n-strip               strip image of all profiles and comments\n-unique              display the number of unique colors in the image\n-units type          the units of image resolution\n-verbose             print detailed information about the image\n-virtual-pixel method\nvirtual pixel access method\n\nImage Operators:\n-grayscale method    convert image to grayscale\n-negate              replace each pixel with its complementary color\n\nMiscellaneous Options:\n-debug events        display copious debugging information\n-help                print program options\n-list type           print a list of supported option arguments\n-log format          format of debugging information\n-version             print version information\n\nBy default, the image format of `file' is determined by its magic number.  To specify a  par‐\nticular image format, precede the filename with an image format name and a colon (i.e. ps:im‐\nage) or specify the image type as the filename suffix (i.e. image.ps).  Specify 'file' as '-'\nfor standard input or output.\n",
                "subsections": []
            },
            "NOTE": {
                "content": "Although  some  options  appear  to modify the file to be identified, the identify command is\nstrictly read only. For instance, the crop option crops the  in-memory  image  and  then  de‐\nscribes the result.\n\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "ImageMagick-im6.q16(1)\n\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "",
                "subsections": [
                    {
                        "name": "Copyright  (C)  1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to",
                        "content": "this software, see file:///usr/share/doc/imagemagick-6-common/html/www/license.html  (on  de‐‐\nbian   system   you   may   install   the   imagemagick-6   package)   or  https://www.image‐‐"
                    },
                    {
                        "name": "magick.org/script/license.php",
                        "content": "ImageMagick                           Date: 2009/01/10 01:00:00                  identify-im6.q16(1)"
                    }
                ]
            }
        }
    }
}