##
my $wrapbox = GD::Text::Wrap->new($gd,
line_space => 3,
color => $colors{$opt{'c'}},
text => $opt{'t'},
);
####
$source_img = GD::Image->newFromJpeg($opt{'i'});
####
$gd->copy($source_img, 1, 1, 0, 0, $img_width, $img_height);
####
$source_img->copy($gd, 1, 1, 0, 0, $img_width, $img_height);