{
    "content": [
        {
            "type": "text",
            "text": "# wrjpgcom(1) (man)\n\n**Summary:** wrjpgcom - insert text comments into a JPEG file\n\n**Synopsis:** wrjpgcom [ -replace ] [ -comment text ] [ -cfile name ] [ filename ]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| — | — | — | Delete any existing COM blocks from the file. |\n| — | — | — | Supply text for new COM block on command line. |\n| — | — | — | Read text for new COM block from named file. If you have only one line of comment text to add, you can provide it on the |\n| — | — | — | argument. Longer comments can be read from a text file. If you give neither -comment nor -cfile, then wrjpgcom will read |\n\n## Examples\n\n- `Add a short comment to in.jpg, producing out.jpg:`\n- `wrjpgcom -c \"View of my back yard\" in.jpg > out.jpg`\n- `Attach a long comment previously stored in comment.txt:`\n- `wrjpgcom in.jpg < comment.txt > out.jpg`\n- `or equivalently`\n- `wrjpgcom -cfile comment.txt < in.jpg > out.jpg`\n\n## See Also\n\n- cjpeg(1)\n- djpeg(1)\n- jpegtran(1)\n- rdjpgcom(1)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (14 lines)\n- **OPTIONS** (2 lines) — 4 subsections\n  - -replace (2 lines)\n  - -comment (2 lines)\n  - -cfile (3 lines)\n  - -comment (10 lines)\n- **EXAMPLES** (12 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nwrjpgcom - insert text comments into a JPEG file\n\n### SYNOPSIS\n\nwrjpgcom [ -replace ] [ -comment text ] [ -cfile name ] [ filename ]\n\n### DESCRIPTION\n\nwrjpgcom  reads the named JPEG/JFIF file, or the standard input if no file is named, and gen‐\nerates a new JPEG/JFIF file on standard output.  A comment block is added to the file.\n\nThe JPEG standard allows \"comment\" (COM) blocks to occur within a JPEG  file.   Although  the\nstandard  doesn't actually define what COM blocks are for, they are widely used to hold user-\nsupplied text strings.  This lets you add annotations, titles, index terms, etc to your  JPEG\nfiles, and later retrieve them as text.  COM blocks do not interfere with the image stored in\nthe JPEG file.  The maximum size of a COM block is 64K, but you can have as many of  them  as\nyou like in one JPEG file.\n\nwrjpgcom  adds a COM block, containing text you provide, to a JPEG file.  Ordinarily, the COM\nblock is added after any existing COM blocks; but you can delete the old COM  blocks  if  you\nwish.\n\n### OPTIONS\n\nSwitch names may be abbreviated, and are not case sensitive.\n\n#### -replace\n\nDelete any existing COM blocks from the file.\n\n#### -comment\n\nSupply text for new COM block on command line.\n\n#### -cfile\n\nRead text for new COM block from named file.\n\nIf you have only one line of comment text to add, you can provide it on the command line with\n\n#### -comment\n\nargument.  Longer comments can be read from a text file.\n\nIf  you give neither -comment nor -cfile, then wrjpgcom will read the comment text from stan‐\ndard input.  (In this case an input image file name MUST be supplied, so that the source JPEG\nfile  comes  from  somewhere else.)  You can enter multiple lines, up to 64KB worth.  Type an\nend-of-file indicator (usually control-D) to terminate the comment text entry.\n\nwrjpgcom will not add a COM block if the provided comment string is  empty.   Therefore  -re‐‐\nplace -comment \"\" can be used to delete all COM blocks from a file.\n\n### EXAMPLES\n\nAdd a short comment to in.jpg, producing out.jpg:\n\nwrjpgcom -c \"View of my back yard\" in.jpg > out.jpg\n\nAttach a long comment previously stored in comment.txt:\n\nwrjpgcom in.jpg < comment.txt > out.jpg\n\nor equivalently\n\nwrjpgcom -cfile comment.txt < in.jpg > out.jpg\n\n### SEE ALSO\n\ncjpeg(1), djpeg(1), jpegtran(1), rdjpgcom(1)\n\n### AUTHOR\n\nIndependent JPEG Group\n\n\n\n15 June 1995                                 WRJPGCOM(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "wrjpgcom",
        "section": "1",
        "mode": "man",
        "summary": "wrjpgcom - insert text comments into a JPEG file",
        "synopsis": "wrjpgcom [ -replace ] [ -comment text ] [ -cfile name ] [ filename ]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Delete any existing COM blocks from the file."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Supply text for new COM block on command line."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Read text for new COM block from named file. If you have only one line of comment text to add, you can provide it on the command line with"
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "argument. Longer comments can be read from a text file. If you give neither -comment nor -cfile, then wrjpgcom will read the comment text from stan‐ dard input. (In this case an input image file name MUST be supplied, so that the source JPEG file comes from somewhere else.) You can enter multiple lines, up to 64KB worth. Type an end-of-file indicator (usually control-D) to terminate the comment text entry. wrjpgcom will not add a COM block if the provided comment string is empty. Therefore -re‐‐ place -comment \"\" can be used to delete all COM blocks from a file."
            }
        ],
        "examples": [
            "Add a short comment to in.jpg, producing out.jpg:",
            "wrjpgcom -c \"View of my back yard\" in.jpg > out.jpg",
            "Attach a long comment previously stored in comment.txt:",
            "wrjpgcom in.jpg < comment.txt > out.jpg",
            "or equivalently",
            "wrjpgcom -cfile comment.txt < in.jpg > out.jpg"
        ],
        "see_also": [
            {
                "name": "cjpeg",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/cjpeg/1/json"
            },
            {
                "name": "djpeg",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/djpeg/1/json"
            },
            {
                "name": "jpegtran",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/jpegtran/1/json"
            },
            {
                "name": "rdjpgcom",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/rdjpgcom/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 2,
                "subsections": [
                    {
                        "name": "-replace",
                        "lines": 2
                    },
                    {
                        "name": "-comment",
                        "lines": 2
                    },
                    {
                        "name": "-cfile",
                        "lines": 3
                    },
                    {
                        "name": "-comment",
                        "lines": 10
                    }
                ]
            },
            {
                "name": "EXAMPLES",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}