jschollen has asked for the wisdom of the Perl Monks concerning the following question:
Windows returns to me:$test = zeroes(byte,3,500,300,4); $image = rim($test->slice(':,:,:,(0)'),'GardenSM.jpeg'); $image2 = float($image); ($depth, $xsize, $ysize) = dims($image2);
The same error is given when I use rpic instead of rim.Use of uninitialized value in concatenation (.) or string at C:/Perl/s +ite/lib/PDL/IO/Pic.pm line 320. Use of uninitialized value in pattern match (m//) at C:/Perl/site/lib/ +PDL/IO/Pic.pm line 321. Oops, this is not a PNM fileconverter error: at C:/Perl/site/lib/PDL/ +IO/Pnm.pm line 77
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: More PDL issues (while running)->Found sollution
by jschollen (Beadle) on Feb 23, 2006 at 11:48 UTC |