summaryrefslogtreecommitdiffstats
path: root/mkindex.pl
blob: 6bee4d2ce4096723a95d1f21d31bf407ce344a47 (plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
#!/usr/bin/perl

# Copyright © 2013 Guilhem Moulin <guilhem@fripost.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

our $VERSION = "0.3, August 13, 2013";

use 5.010_000;
use warnings;
use strict;

=head1 NAME

mkindex.pl - Merge a mapset into an index file

=head1 SYNOPSIS

B<mkindex.pl> [B<-q>] [B<-d>] [B<--rename> I<perlexpr>] [B<-s> I<geometry>]
[B<-r> I<method>] [B<-b> I<border>] [B<-f> I<font>] [B<--s_srs> I<SRS>]
[B<--t_srs> I<SRS>] I<map> [... I<map>] I<index>

B<mkindex.pl> B<--man>

=head1 DESCRIPTION

Merge all given I<map>s into an index file, and annotate this index with
tile borders and names.

If required, each map is first expanded into RGBA, to get a decent
resampling. This expansion can take a significant amount of space. An
alternative, much slower but which require nearly no extra space, is to
create expanded VRTs:

    for x in *.tif; do gdal_translate -expand rgba -of VRT $x ${x%.tif}.vrt; done
    mkindex.pl *.vrt index.png

=head1 OPTIONS

=over 8

=item B<-q>, B<--quiet>

Be quiet.

=item B<-d>, B<--debug>

Debug mode.

=item B<--rename>=I<perlexpr>

A Perl expression which is expected to modify the $_ string in Perl (set
to each filename), to what should be displayed on the final index. The
default is 's/\.[^.]+$//' that is, only the file extension is stripped
away. See the B<EXAMPLES> section for other examples.

=item B<-s> I<width>xI<height>, B<--size=>I<width>xI<height>

The size of the output index (default: 1024x0). If I<width> or I<height>
is 0, the other dimension will be guessed from the computed resolution.

=item B<-r> I<resampling_method>, B<--resampling=>I<resampling_method>

The resampling method to use. See gdalwarp(1) for the default and list
of possible values.

=item B<-b> I<width>[:I<color>], B<--border=>I<width>[:I<color>]

The I<width> and I<color> of the border to draw around each tile
(default: C<10:red>). I<width> is given in pixels, and I<color> needs to
comply to ImageMagick's Color Model Specification; see convert(1) for
details.
If one of I<width> or I<color> is left empty, the corresponding default
is used (but the other can be specified regardless, for instance in
C<:blue>).

=item B<-f> I<font>[:I<color>[:I<font>]], B<--font=>I<size>[:I<color>[:I<font>]]

The point I<size>, I<color> and I<font> to use when annotating each tile
with its name (default: C<25::Helvetica>). I<color> and I<font> need to
be ImageMagick-compatible; see convert(1) for details.
If I<color> is blank empty, the border's color is used instead.
If one of I<width> or I<font> is left empty, the corresponding default
is used (but the other can be specified regardless, for instance in
C<::DejaVu-Sans-Book>).

=item B<--s_srs=>I<SRS>

The source spatial reference set. If the input I<map>s include a SRS, it is
ignored. I<SRS> can be passed in any format format understood by
C<OGRSpatialReference.SetFromUserInput>, see gdalwarp(1) for details.

=item B<--t_srs=>I<SRS>

The target spatial reference set. This is required unless all I<map>s
have the same SRS, or if B<--s_srs> is used (in which case that SRS is
used for the target index).
I<SRS> can be passed in any format format understood by
C<OGRSpatialReference.SetFromUserInput>, see gdalwarp(1) for details.

=item B<--help>

Show a brief help.

=item B<--version>

Show the version numbers.

=item B<--man>

Show the manpage.

=back

=head1 EXAMPLES

=over 4

=item mkindex.pl *.tif miff:- | display -

Create an index with all TIFF files in the current directory; don't save
the index, but pipe it to display(1).

=item mkindex.pl -b '25:RGBA(255,0,0,.5)' -f ':RGBA(0,0,255,.66)' --s_srs=epsg:3067 *.tif index.tif

Assume all map to be projected in EPSG:3067. Draw a 25-pixels wide, 50%
transparent red border around each tile, and write the caption in 67%
transparent blue.

=item mkindex.pl -f '75::DejaVu-Sans-Book' --rename='s/U(.*)_RVK_25\.tif/$1/' *.tif index.tif

Use DejaVu Sans with a pointsize of 75 for the captions. Also, display
only the non-redundant part of the filenames.

=back

=head1 ENVIRONMENT

A temporary working directory is created under the B<TMPDIR> (or C</tmp>
if unset, at least in Unix:es), see C<File::Spec::tmpdir()>.

=head1 REQUIREMENTS

=over 4

=item *

Requires L<gdalwarp|http://gdal.org/> available on the command line.

=item *

Requires the perl modules
L<Inline|http://search.cpan.org/~sisyphus/Inline-0.53/C/C.pod>,
L<Geo::GDAL|http://geoinformatics.aalto.fi/doc/Geo-GDAL/html/>,
L<Geo::OSR|http://geoinformatics.aalto.fi/doc/Geo-GDAL/html/>, and
L<Image::Magick|http://www.imagemagick.org/script/perl-magick.php>.
They are all available on L<CPAN|http://www.cpan.org/>.

=back

=head1 AUTHOR

Copyright 2013 Guilhem Moulin. mkindex is free software,
distributed under the GNU Public License, version 3 or later.

=cut

use Getopt::Long qw/:config posix_default no_ignore_case gnu_compat
                            bundling auto_version auto_help/;
use Pod::Usage;
use File::Temp;
use File::Basename;
use Inline 'C';

# http://geoinformatics.aalto.fi/doc/Geo-GDAL-1.9/html/
use Geo::GDAL;
use Geo::OSR;

# http://www.imagemagick.org/script/perl-magick.php
use Image::Magick;

my %config = ( progress   => sub {
                                # Geo::GDAL::TermProgress_nocb writes to STDOUT
                                open my $x, '>&', \*STDOUT or die "Error: Can't dup STDOUT: $!";
                                open STDOUT, '>&', STDERR or die "Error: Can't dup STDERR: $!";
                                Geo::GDAL::TermProgress_nocb(@_[0,1]);
                                open STDOUT, '>&', $x or die "Error: Can't dup X: $!";
                                close $x;
                             }
             , debug      => 0
             , rename     => 's/\.[^.]+$//'
             , outsize    => [ 1024, 0 ]
             , border     => 10
             , bordercolor=> 'red'
             , fontsize   => 25
             , font       => 'Helvetica'
             , wm         => 512
);
my $gdal_opts = { INTERLEAVE => 'BAND'
                , TILED      => 'YES'
                , COMPRESS   => 'LZW'
                };

GetOptions( "q|quiet"  => sub { delete $config{progress} }
          , "d|debug"  => \$config{debug}
          , "rename=s" => sub { pod2usage(2) unless $_[1] =~ /^s(.).+\1[ixgcadlu]*$/;
                                $config{rename} = $_[1]
                              }
          , "s|size=s" => sub { pod2usage(2) unless $_[1] =~ /^(\d+)x(\d+)$/;
                                $config{outsize} = [ $1, $2 ];
                              }
          , "r|resampling=s"=> \$config{resampling}
          , "b|border=s"=> sub { if ($_[1] =~ /^(?<b>\d*)(?<bc>:.*)?$/) {
                                     $config{border} = $+{b} if ($+{b} // '');
                                     $config{bordercolor} = $1 if ($+{bc} // '') =~ /^:(.+)/;
                                 }
                                 else {
                                      pod2usage(2);
                                 }
                               }
          , "f|font=s"  => sub { if ($_[1] =~ /^(?<fs>\d*)(?<fc>:.*)?(?<f>:[^:]*)?$/) {
                                     $config{fontsize} = $+{fs} if $+{fs} // '';
                                     $config{fontcolor} = $1 if ($+{fc} // '') =~ /^:(.+)/;
                                     $config{font} = $1 if ($+{f} // '') =~ /^:(.+)/;
                                 }
                                 else {
                                      pod2usage(2);
                                 }
                               }
          , "s_srs=s" => sub { $config{s_srs} = Geo::OSR::SpatialReference::->new();
                               $config{s_srs}->SetFromUserInput( $_[1] ) }
          , "t_srs=s" => sub { $config{t_srs} = Geo::OSR::SpatialReference::->new();
                               $config{t_srs}->SetFromUserInput( $_[1] ) }
          , "man"     => sub { pod2usage(-exitstatus => 0, -verbose => 2) }
          )
    or pod2usage(2);
# TODO: -n|--numeric: put numbers instead of text
# TODO: -o|--overview: use a different overview mapset
# TODO: when the input is RGB (not RGBA), we want add an alpha channel
# but keep the nodata value as matte within the map bounds.
# This seems to be possible with a clever use of
# gdalwarp/gdal_translate.
# http://www.gdal.org/frmt_gtiff.html
pod2usage(2) unless $#ARGV > 0;

my $index = pop;
my @mapset = map {{ filename => $_ }} @ARGV;
$config{fontcolor} //= $config{bordercolor};

&debug( "Using mapset:", map {"  - ".$_->{filename}} @mapset );
&debug( "Building index: $index" );


# Find the source and target SRS
# We also store the corders points and the affine transformation, to
# avoid to compute it again later on.
my $s_srs;
foreach my $map (@mapset) {
    my $name = $map->{filename};

    &debug ("Opening '$name'");
    my $ds = Geo::GDAL::Open($name, 'ReadOnly') or exit 1;

    my $stripped;
    for (my $b=1; $b <= $ds->{RasterCount} && !$stripped; $b++) {
        my ($bx, $by) = $ds->GetRasterBand($b)->GetBlockSize();
        $stripped = 1 if ($bx == 1 and $by > 1) or ($bx > 1 and $by == 1);
    }
    warn "WARN: '$name' is stripped. Tiled structure is more efficient, especially for wrapping.\n"
        if $stripped;

    my $notband = $ds->GetMetadata('IMAGE_STRUCTURE')->{INTERLEAVE};
    undef $notband unless defined $notband and $notband ne 'BAND';
    warn "WARN: '$name' is '$notband'-interleaved; 'BAND' interleaving is recommended.\n"
        if $notband;

    if ($stripped or $notband) {
        warn "WARN: To fix '$name', paste the following command in a POSIX-compatible shell.\n";
        warn "WARN: This is a lossless and usually size-preserving conversion.\n";
        my $old = $name;
        my ($new,$path,$ext) = fileparse ($name, qr/\.[^.]*$/);
        $new = File::Spec->catfile($path,$new.'_new'.$ext);
        my $driver = $ds->GetDriver()->{ShortName};
        my %opts = %$gdal_opts;
        my $compress = $ds->GetMetadata('IMAGE_STRUCTURE')->{COMPRESSION};
        $opts{COMPRESS} = $compress if $compress;
        warn "WARN:     ".join (' ',
             map { my $x = $_;
                   $x =~ s/"/\\"/;
                   $x = "\"$x\"" if $x =~ /[ ()';#{}*?~&|`!]/;
                   $x
                 }
                 ( 'gdal_translate', '-of', $driver
                 , (map { ('-co', $_.'='.$opts{$_}) } (keys %opts))
                 , $old, $new
                 )
             ). "\n";
    }

    my $srs;
    $map->{wkt} = $ds->GetProjection();
    unless ($config{s_srs}) {
        die "Error: Missing projection for '$name'.\n"
            unless $map->{wkt} or $config{s_srs};
        $map->{wkt} ||= $config{s_srs}->ExportToWkt();

        $srs = Geo::OSR::SpatialReference::->new( $map->{wkt} );
        if ($s_srs) {
            die "Error: Projection for '$name' differs from the previous input tiles'\n"
                unless $config{t_srs} or $s_srs->IsSame($srs);
        }
        else {
            $s_srs = $srs;
        }
    }

    &debug( "Using source SRS: ". ($config{s_srs} // $srs)->ExportToProj4() );
    my $tx = Geo::OSR::CoordinateTransformation::->new(
                 $config{s_srs} // $srs,
                 $config{t_srs} // $config{s_srs} // $s_srs
             );
    die "Error: Could compute transformation between source and target SRS.\n"
        unless $tx;

    $map->{s_transform} = $ds->GetGeoTransform();
    $map->{t_corners} = [ map {[ Geo::GDAL::ApplyGeoTransform($map->{s_transform}, @$_) ]}
                              ( [ 0,                    0]
                              , [ 0,                    $ds->{RasterYSize}-1 ]
                              , [ $ds->{RasterXSize}-1, 0 ]
                              , [ $ds->{RasterXSize}-1, $ds->{RasterYSize}-1 ]
                              )
                          ];
    $tx->TransformPoints( $map->{t_corners} );
    die "Error: Could not transform point.\n"
        if grep !/^[-+]?\d*\.?\d+$/, (map @$_, @{$map->{t_corners}});


    { local $_ = basename $name; eval $config{rename}; $map->{text} = $_; }
}

$config{t_srs} //= $config{s_srs};
&debug ("Using target SRS: ". $config{t_srs}->ExportToProj4()) if $config{t_srs};


# Working directory
my $tmpdir = File::Temp::tempdir( CLEANUP => 1 );
&debug ("Using working directory: '$tmpdir'.");

# Ensure the existence of the internal driver.
my $driver = 'GTiff';
my $driver_opts = { BIGTIFF => 'IF_NEEDED' };
my $driver_type = 'Byte';
die "Error: Unknown driver: '$driver'.\n"
    unless Geo::GDAL::GetDriverByName($driver);
$driver_opts->{$_} //= $gdal_opts->{$_} for (keys %$gdal_opts);
my $driver_ext = Geo::GDAL::GetDriverByName($driver)->Extension();

map &expand_rgba($_), @mapset;
my $mosaic = &merge();
&annotate( $mosaic );


#######################################################################

# Print debug messages.
sub debug {
    print STDERR (join '', map {"DEBUG: " .$_. "\n"} @_) if $config{debug};
}

# Create a temporary file. The file is created to defeat race
# conditions, but the file handle is closed right away.
sub tempfile {
    my ($fh, $name) = File::Temp::tempfile(DIR => $tmpdir, UNLINK => 1, @_);
    close $fh;
    &debug( "Creating file: '$name'" );
    return $name;
}

# Expand a dataset to RGBA. This code is nearly a perl clone of pct2rgb(1).
sub expand_rgba {
    my $map = shift;

    &debug ("Opening '$map->{filename}'");
    my $src_ds = Geo::GDAL::Open($map->{filename}, 'ReadOnly') or exit 1;

    return unless $src_ds->{RasterCount} == 1;

    my $src_band = $src_ds->GetRasterBand(1);
    my $ct = $src_band->GetRasterColorTable() or return;

    &debug("Expansion to RGBA required.");

    my $dst_nb = 4;     # RGBA
    my $src_nc = 256;   # That's the best we can do, as we're using bytes

    my $lookup = [ map '', (0 .. $src_nc-1) ];
    $src_nc = $ct->GetCount() if $ct->GetCount() < $src_nc;
    for (my $i = 0; $i < $src_nc; $i++) {
        my @e = $ct->GetColorEntryAsRGB( $i );
        $lookup->[$_] .= chr $e[$_] for (0 .. $dst_nb-1);
    }

    $map->{filename} = &tempfile(SUFFIX => '.'.$driver_ext);
    my ($xSize, $ySize) = $src_ds->Size();
    my $dst_ds = Geo::GDAL::GetDriverByName($driver)->Create( $map->{filename}
                                                            , $xSize
                                                            , $ySize
                                                            , $dst_nb
                                                            , $driver_type
                                                            , $driver_opts
                                                            );

    $dst_ds->SetProjection( $map->{wkt} );
    $dst_ds->SetGeoTransform( $map->{s_transform} );
    $dst_ds->SetGCPs( $src_ds->GetGCPs(), $src_ds->GetGCPProjection() )
        if $src_ds->GetGCPCount();

    &{$config{progress}}(0.0) if $config{progress};
    for (my $y = 0; $y < $ySize; $y++) {
        my $src_data = $src_band->ReadRaster(0, $y, $xSize, 1);

        for (my $b = 0; $b < $dst_nb; $b++) {
            local $_ = $src_data;
            # We use an inlined C function to speed up things a bit.
            # Essentially what we're doing is a splice through the
            # lookup table.
            # Using strings is much more efficients that huge perl
            # array of scalars. A pure perl version, not so much slower
            # than our C code, can be obtained using transliteration:
            #   my $src_str = join '', map chr, (0 .. $src_nc-1);
            #   eval "tr/\Q$src_str\E/\Q$lookup->[$b]\E/";
            &subst ( $_, $lookup->[$b], $xSize );
            $dst_ds->Band(1+$b)->WriteRaster(0, $y, $xSize, 1, $_);
        }

        &{$config{progress}}( (1+$y) / $ySize )
            if $config{progress};
    }

    # Erase (hence flush and close) the previous dataset
    undef $src_ds;
}


# Build the index. We use gdalwarp(1) because it does some clever
# computation to estimate the size of the reprojected tiles, and the
# GDALSuggestedWarpOutput() is not available in the Perl (or Python)
# API.
sub merge {
    my $dst_filename = &tempfile(SUFFIX => '.'.$driver_ext);
    &debug("Wrapping into file '$dst_filename'...");

    my @opts;
    # We use the optimisations suggested below
    # http://lists.osgeo.org/pipermail/gdal-dev/2009-August/021715.html
    # http://trac.osgeo.org/gdal/wiki/UserDocs/GdalWarp
    # '-multi' seems to slow down gdalwarp, though :-(
    push @opts, '--config', 'GDAL_CACHEMAX', $config{wm}, '-wm', $config{wm}
        if $config{wm};
    push @opts, '-q' unless $config{progress};
    push @opts, '-s_srs', $config{s_srs}->ExportToProj4() if $config{s_srs};
    push @opts, '-t_srs', $config{t_srs}->ExportToProj4() if $config{t_srs};
    push @opts, '-r', $config{resampling} if $config{resampling};
    push @opts, '-ts', $config{outsize}->[0], $config{outsize}->[1];
    my $driver_opts = $driver_opts;
    # gdalwarp cannot create properly compressed output
    # http://trac.osgeo.org/gdal/wiki/UserDocs/GdalWarp#GeoTIFFoutput-coCOMPRESSisbroken
    delete $driver_opts->{COMPRESS} if $driver_opts->{COMPRESS};
    push @opts, '-of', $driver, map { ('-co', $_.'='.$driver_opts->{$_}) }
                                    (keys %$driver_opts);
    my @src_filenames = map {$_->{filename}} @mapset;

    {
      # gdalwarp writes to STDOUT; we add >&2
      open my $x, '>&', \*STDOUT or die "Error: Can't dup STDOUT: $!";
      open STDOUT, '>&', STDERR or die "Error: Can't dup STDERR: $!";
      system 'gdalwarp', @opts, @src_filenames, $dst_filename;
      $? == 0 or die "Error: gdalwarp failed.\n";
      open STDOUT, '>&', $x or die "Error: Can't dup X: $!";
      close $x;
    }
    return $dst_filename;
}


# Annotate the maps (add border & caption).
sub annotate {
    my $filename = shift;

    # Inverse the transformation, so that we can convert from projected
    # coordinates to pixel coordinates.
    my $ds = Geo::GDAL::Open($filename, 'ReadOnly') or exit 1;
    my ($ok,@invt) = Geo::GDAL::InvGeoTransform([ $ds->GetGeoTransform() ]);
    undef $ds;
    die "Error: Couldn't inverse affine transformation\n" unless $ok;

    my $img = Image::Magick::->new();
    $img->Read( $filename );
    my ($width, $height) = $img->Get(qw/width height/);

    my @draw = ( fill => 'none'
               , strokewidth => $config{border}
               , primitive => 'polygon'
               );
    my @ann = ( stroke => 'none'
              # To get the list of supported fonts: `convert -list font`.
              , font => $config{font}
              , pointsize => $config{fontsize}
              );

    # Separate RGB and alpha channels. This complicated business is
    # because we want all borders to share the same alpha channel
    # instead of having more opaque intersections of semi-transparent
    # areas (due to the default composition, which multiplies the
    # values.
    #
    # To get the list of supported colors: `convert -list color`.
    my $pix = Image::Magick::->new();
    my ($r, $g, $b, $a) = $pix->QueryColor( $config{bordercolor} );
    my $max = (2 << ($pix->Get('depth') - 1)) - 1.;
    undef $pix;
    ($r,$g,$b,$a) = map { $_ * 100. / $max } ($r,$g,$b,$a);
    my ($b_rgb, $b_alpha) = ("RGB($r%,$g%,$b%)", 'GRAY('.(100-$a).'%)');

    my $rgb= Image::Magick::->new( size => "${width}x${height}" );
    $rgb->Read( 'xc:none' );

    my $mask = Image::Magick::->new( size => "${width}x${height}" );
    $mask->Read( 'xc:black' );
    # We really want 'Gray', but a non-linear Gray. See
    # http://www.imagemagick.org/script/color-management.php
    # for the trick:
    #   convert myimage.png -set colorspace RGB -colorspace gray myRGBimage.png
    # (Also, setting the 'colorspace' during the object creation was
    # useless.)
    $mask->Set( colorspace => 'RGB' );

    foreach my $map (@mapset) {
        # In case the projection have changed, the map may have been rotated,
        # so we draw a polygon instead of a rectangle.

        my @points = map {[ Geo::GDAL::ApplyGeoTransform(\@invt, @$_[0,1] ) ]}
                         @{$map->{t_corners}}[0,1,3,2];
        my $points = join (' ', map {join ',', @$_} @points);
        &debug( "Polygon: " . $points );

        # Add the borders. We do that after the text to draw over in
        # case of intersection.
        $rgb->Draw( @draw, stroke => $b_rgb,   points => $points );
        $mask->Draw(@draw, stroke => $b_alpha, points => $points );

        # Get the extremes of this polygon.
        my ($lx,$uy,$rx,$ly);
        foreach (@points) {
            $lx = int $_->[0] unless defined $lx and $lx < int $_->[0];
            $uy = int $_->[1] unless defined $uy and $uy < int $_->[1];
            $rx = int $_->[0] unless defined $rx and $rx > int $_->[0];
            $ly = int $_->[1] unless defined $ly and $ly > int $_->[1];
        };
        # The region where to confine the caption.
        my $cell = ($rx-$lx).'x'.($ly-$uy).'+'.$lx.'+'.$uy;
        &debug( "Cell: $cell" );

        # Add the caption. ('gravity' is relative to the 'geometry'.)
        # Everything that's not in the cell's region is trimmed away.
        my @ann = ( @ann, geometry => $cell, gravity => 'Center'
                  , text => $map->{text} );
        $img->MogrifyRegion( $cell, 'Annotate',
                             @ann, fill => $config{fontcolor} );
    }

    # Change the colorspace (now to non-linear gray), and turn off
    # the alpha channel. Then copy this (shared) channel back into the
    # RGB annotation channel.
    $mask->Set( colorspace => 'Gray', alpha => 'Off' );
    $rgb->Composite( image => $mask, compose => 'CopyOpacity' );
    undef $mask;

    # Merge all the annotations into the mosaic.
    $img->Composite( image => $rgb, compose => 'Over' );
    undef $rgb;

    binmode STDOUT if $index =~ /^(?:[[:alnum:]]*:)?-$/; # Useful for pipes
    $img->Write($index);
    undef $img;
}

__END__

__C__

void subst (unsigned char *data, unsigned char *lookup, int length) {
    int i;
    for (i = 0; i < length; i++)
        data[i] = lookup[ data[i] ];
}