Knut wrote: > The only place I can see it being read by perl is in > splitImageX where > it does my $Image = newFromPng GD::Image($File); > > The GD documentation leads me to believe that this should be > the same > as doing the following: > open(PNG, $File) || die; > $Image = newFromPng GD::Image(\*PNG) || die; > close(PNG) || die > > You might want to try substituting the latter line with this > and see > if it works.
It didn't, but sticking a my before the second line and a ; after the third at least has let it download and start processing the data. I'll let you know if it helps. Thanks for answering. Ed _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
