![]() |
![]()
| ![]() |
![]()
NAMEImage::PNG::Const - Constants for libpng SYNOPSIS# 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. CONSTANTSThis file contains the following constants, from the header file of the PNG library, "png.h":
EXPORTSNothing 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'; ABOUT THIS MODULEThis Perl module was generated from the file png.h supplied with version 1.6.45 of libpng. AUTHORBen Bullock, <benkasminbullock@gmail.com> COPYRIGHT & LICENCEThis package and associated files are copyright (C) 2011-2025 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.
|