Image::PNG::Const(3pm) | User Contributed Perl Documentation | Image::PNG::Const(3pm) |
Image::PNG::Const - Constants for libpng
# Get just the constants you need: use Image::PNG::Const qw/PNG_TRANSFORM_INVERT_ALPHA PNG_COLOR_MASK_ALPHA/; # Get everything: use Image::PNG::Const ':all';
This module is a helper for Image::PNG::Libpng. It contains no functions, only constants.
This file contains the following constants, from the header file of the PNG library, "png.h":
Nothing is exported by default, but all the symbols in this module can be exported on request. There is one export tag, 'all', which exports all the symbols in this module:
use Image::PNG::Const ':all';
This Perl module was generated from the file png.h supplied with version 1.6.37 of libpng.
Ben Bullock, <bkb@cpan.org>
This package and associated files are copyright (C) 2011-2021 Ben Bullock.
You can use, copy, modify and redistribute this package and associated files under the Perl Artistic Licence or the GNU General Public Licence.
2022-10-19 | perl v5.36.0 |