- or download this
use strict;
use warnings;
...
compute time: 10.738s
Total: 17.107s
- or download this
if ( $TEST_GD ) {
my $gd = GD::Image-> newFromGifData( $data );
...
push @i_data, $data
}
- or download this
if ( $TEST_GD ) {
open my $fh, '>', 'gd.gif';
...
compute time: 11.765s
Total: 12.015s