Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
use Imager;
|
||||
|
||||
$image = Imager->new(xsize => 200, ysize => 200);
|
||||
$image->box(filled => 1, color => red);
|
||||
$image->box(filled => 1, color => black,
|
||||
xmin => 50, ymin => 50,
|
||||
xmax => 150, ymax => 150);
|
||||
$image->write(file => 'bitmap.ppm') or die $image->errstr;
|
||||
Loading…
Add table
Add a link
Reference in a new issue