[Tilesathome] tilesathome rmtree issue on Windows
Ed Loach
ed at loach.me.uk
Wed Sep 3 22:28:24 BST 2008
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
More information about the Tilesathome
mailing list