Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gd::image(3) [suse man page]

GD::Image(3)						User Contributed Perl Documentation					      GD::Image(3)

NAME
GD::Image - Image class for the GD image library SYNOPSIS
See GD DESCRIPTION
See GD AUTHOR
The GD.pm interface is copyright 1995-2005, Lincoln D. Stein. It is distributed under the same terms as Perl itself. See the "Artistic License" in the Perl source code distribution for licensing terms. The latest versions of GD.pm are available on CPAN: http://www.cpan.org SEE ALSO
GD GD::Polyline, GD::SVG, GD::Simple, Image::Magick perl v5.12.1 2010-07-05 GD::Image(3)

Check Out this Related Man Page

Image::ExifTool::BuildTagLookup(3)			User Contributed Perl Documentation			Image::ExifTool::BuildTagLookup(3)

NAME
Image::ExifTool::BuildTagLookup - Build ExifTool tag lookup tables DESCRIPTION
This module is used to generate the tag lookup tables in Image::ExifTool::TagLookup.pm and tag name documentation in Image::ExifTool::TagNames.pod, as well as HTML tag name documentation. It is used before each new ExifTool release to update the lookup tables and documentation. SYNOPSIS
use Image::ExifTool::BuildTagLookup; $builder = new Image::ExifTool::BuildTagLookup; $ok = $builder->WriteTagLookup('lib/Image/ExifTool/TagLookup.pm'); $ok = $builder->WriteTagNames('lib/Image/ExifTool/TagNames.pod','html'); MEMBER VARIABLES
PRESERVE_DATE Flag to preserve "Last revised" date in HTML files. Set before calling WriteTagNames(). COUNT Reference to hash containing counting statistics. Keys are the descriptions, and values are the numerical counts. Valid after BuildTagLookup object is created, but additional statistics are added by WriteTagNames(). AUTHOR
Copyright 2003-2010, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Image::ExifTool(3pm), Image::ExifTool::TagLookup(3pm), Image::ExifTool::TagNames(3pm) perl v5.12.1 2010-03-04 Image::ExifTool::BuildTagLookup(3)
Man Page