Hopefully I have the correct email list for this problem. If not, please
direct me elsewhere.

One of my developers is trying to use the GD perl modules. For testing, he
has written a simple script to convert an image to PNG format, as follows:

#!/opt/mntd_sfw/Perl/bin/perl -w

use strict;
use GD;

my $image = GD::Image->newPalette(401,201);

my $png_data = $image->png;

However, the last line of the script, which tells it to perform the
conversion, causes the script to generate a "segmentation fault" error and
dump core. We are not sure where to go from here.

Any assistance would be greatly appreciated.

Thanks.
----------------------------------------------------------------------------------------

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to