About Flaneur Pajamas and Kristin
I am learning
But why is this not working?
1
2
3
4
5
6
7
8
9
#!/usr/local/bin/perl
#
# composite series of images over a background image
#
if ($#ARGV != 4) {
print "usage: compem bg.rgb inbase outbase startNum stopNum\n";
exit;
}
This post is licensed under CC BY 4.0 by the author.