From: Craig DeForest
It appears that your PLplot library was compiled without png support. You
can recompile it, or use one of the devices shown in the list (instead of
png):
my $pl = PDL::Graphics::PLplot->new (DEV=>"svg", FILE => "test.svg");
And, according to
https://www.google.com.au/#psj=1&q=svg+to+png+windows
there are a number of svg to png converters available (including
ImageMagick).
I've no idea how good the results of taking such a route would be.
IIRC, plplot wants to obtain its png capability from Cairo - which means
that a PDL::Graphics::PLplot ppm package that provides PNG support would
have to be built against dynamic libraries (including a fair proportion of
the Gtk dll's) which then need to be packed into that ppm package.
It could be done ... I've done it for other ppm packages ... maybe I should
do it for this one, too.
Cheers,
Rob
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl