Gtk3::ImageView

Gtk3 imager viewer widget modelled after the GtkImageView C widget by Björn Lindqvist bjourne@gmail.com

To discuss Gtk3::ImageView or gtk3-perl, ask questions and flame/praise the authors, join gtk-perl-list@gnome.org at lists.gnome.org.

INSTALLATION

Soon will be available from CPAN.

To install this module from source type the following:

perl Makefile.PL
make
make test
make install

To avoid installing to a system directory, you can change the installation prefix at Makefile.PL time with

perl Makefile.PL PREFIX=/some/other/place

This will install the module to the subdirectory lib/perl5 under the given prefix. If this is not already in perl's include path, you'll need to tell perl how to get to this library directory so you can use it; there are three ways:

PERL5LIB=/some/other/place/lib/perl5/site_perl
export PERL5LIB
perl -I /some/other/place/lib/perl5/site_perl yourscript
use lib '/some/other/place/lib/perl5/site_perl';

To build the documentation as html, run:

make html

DEPENDENCIES

This module requires these other modules and libraries:

BUG REPORTS

Please submit bug reports here

Copyright (C) 2018--2020 by Jeffrey Ratcliffe Copyright (C) 2020 Google LLC, contributed by Alexey Sokolov

Modelled after the GtkImageView C widget by Björn Lindqvist bjourne@gmail.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.