logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pngchunkdesc - decode information embedded into a PNG chunk name

Author

pngtools is under development by Michael Still (mikal@stillhq.com). All code is Copyright  Michael  Still
       2001  to  2003,  and is released under the GNU GPL. Code submissions are welcomed. Contact Michael at the
       address above if you have something you would like to contribute.

Bugs

       There  are no known bugs in pngtools. If you find one, please contact mikal@stillhq.com and let me know.

                                                  01 April 2024                                  PNGCHUNKDESC(1)

Description

       PNGfiles  are  based  around  a  series of chunks, which embody the information stored in the image file.
       These chunks have  four  character  ASCII  names,  where  the  case  of  each  letter  stores  additional
       information.

       This  program  decodes  the case information in the chunk names, and displays it. The program reads chunk
       names from stdin, and write chunk descriptions to stdout.

Name

       pngchunkdesc - decode information embedded into a PNG chunk name

See Also

tiffinfo(1) pnginfo(1)

Synopsis

        pngchunkdesc

Version

       This documentation was generated for pngtools 0.2 by autodocbook (http://www.stillhq.com).

See Also