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

Image::ExifTool::WritePNG.pl - Write PNG meta information

Author

       Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)

       This library is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.

Description

       This file contains routines to write PNG metadata.

Name

       Image::ExifTool::WritePNG.pl - Write PNG meta information

Notes

       Compress::Zlib is required to write compressed text.

       Existing text tags are always rewritten in their original form (compressed zTXt, uncompressed tEXt or
       international iTXt), so pre-existing compressed information can only be modified if Compress::Zlib is
       available.

       Newly created textual information is written in uncompressed tEXt form by default, or as compressed zTXt
       if the Compress option is used and Compress::Zlib is available (but only if the resulting compressed data
       is smaller than the original text, which isn't always the case for short text strings).

See Also

Image::ExifTool::PNG(3pm), Image::ExifTool(3pm)

perl v5.40.1                                       2025-03-16                     Image::ExifTool::WritePNG(3pm)

Synopsis

       These routines are autoloaded by Image::ExifTool::PNG.

See Also