-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
48 lines (33 loc) · 1.35 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Image-GeoTIFF-Tiled version 0.03
======================================
A Perl interface to libgeotiff for tiled geoTIFF images, with support
for extracting and iterating arbitrary shapes.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
The links to libtiff and libgeotiff were configured on my machine (Ubuntu
9.04) and probably need to be modified if they're not located along a standard
search path. Windows installations will probably have problems too - I would
appreciate any assistance in improving the Makefile configuration.
In the github repository there are two main class files (Tiled.pm). They are
exact copies except the one in the top-level directory has the Inline VERSION
uncommented. This one is used for installation by Inline. The one in the lib/
directory is used for manual testing (instead of make, make test).
DEPENDENCIES
This module requires these other modules and libraries:
libtiff
libgeotiff
Inline
Module::Load
List::MoreUtils
COPYRIGHT AND LICENCE
Copyright (C) 2009 by Blake Willmarth
This program is free software; you can redistribute it and/or
modify it under the terms of either:
* the GNU General Public License as published by the Free
Software Foundation; either version 1, or (at your option) any
later version, or
* the Artistic License version 2.0.