Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gd::image(3) [centos 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.16.3 2014-06-09 GD::Image(3)

Check Out this Related Man Page

Image::EXIF(3pm)                                        User Contributed Perl Documentation                                       Image::EXIF(3pm)

NAME
Image::EXIF - Perl extension for exif library SYNOPSIS
use Image::EXIF; use Data::Dumper; my $exif = Image::EXIF->new($file_name); # or: my $exif = Image::EXIF->new; $exif->file_name($file_name); my $image_info = $exif->get_image_info(); # hash reference my $camera_info = $exif->get_camera_info(); # hash reference my $other_info = $exif->get_other_info(); # hash reference my $point_shoot_info = $exif->get_point_shoot_info(); # hash reference my $unknown_info = $exif->get_unknown_info(); # hash reference my $all_info = $exif->get_all_info(); # hash reference print Dumper($all_info); DESCRIPTION
Perl package Image::EXIF based on exiftags by Eric M. Johnston: <http://johnst.org/sw/exiftags/>. AUTHORS
o Aaron Crane <arc@cpan.org> (current maintainer) o sergey s prozhogin <ccpro@rrelaxo.org.ru> REPORTING BUGS
Please report bugs at either of the following locations: o https://rt.cpan.org/Public/Dist/Display.html?Name=Image-EXIF <https://rt.cpan.org/Public/Dist/Display.html?Name=Image-EXIF> o https://github.com/arc/p5-image-exif <https://github.com/arc/p5-image-exif> SEE ALSO
exiftags. perl v5.14.2 2012-05-11 Image::EXIF(3pm)
Man Page