diff --git a/olofra/ram.csv b/olofra/ram.csv index 10605d1..7ddf9cd 100644 --- a/olofra/ram.csv +++ b/olofra/ram.csv @@ -3,7 +3,7 @@ A00,A01,A02,A03,P00 A01,A05,A07 A02,A05,A07 A03,A06 -A04ENG,A05,A06,A07 +A04FRA,A05,A06,A07 A05,A08,A09 A06,A10,A11 A07,A12 @@ -12,19 +12,19 @@ A09,END A10,END A11,END A12,END -A13,B24ENG,A14,A18 +A13,B24FRA,A14,A18 A14,A16 A15,END A16,A15,A17 A17,END A18,A16 A19,P00,A27,A22,A26 -A20ENG,A21,A28,A30 +A20FRA,A21,A28,A30 A21,A23,A24 A22,A21 A23,END A24,END -A25,B04ENG,O00 +A25,B04FRA,O00 A26,A21 A27,A21 A28,A32,A29,A31 @@ -61,7 +61,7 @@ B16,END B20,B21.0,B22,B25.0,B26.0,P00,Q00,Q04ENG,Q08ENG,Q17 B21.0,B21.1,B26.1,B25.1 B22,B21.1,B26.1,B25.1 -B24ENG,A05,A06,A07,B06,B07,B06,B08,B21.1,B26.1,B25.1 +B24FRA,A05,A06,A07,B06,B07,B06,B08,B21.1,B26.1,B25.1 B25.0,B21.1,B26.1,B25.1 B26.0,B21.1,B26.1,B25.1 B21.1,B21.2,B23,B27 @@ -90,7 +90,7 @@ O01,O04,O05 O02,O04,O05 O04,END O05,END -P00,A04ENG,A20ENG,B04ENG,B24ENG +P00,A04FRA,A20FRA,B04FRA,B24FRA Q00,Q01,Q07 Q01,B23,Q02,Q03 Q02,Q02.1,Q02.0 diff --git a/oloturia/A20FRA.png b/oloturia/A20FRA.png new file mode 100644 index 0000000..eaecdc7 Binary files /dev/null and b/oloturia/A20FRA.png differ diff --git a/oloturia/B04FRA.png b/oloturia/B04FRA.png new file mode 100644 index 0000000..200e23d Binary files /dev/null and b/oloturia/B04FRA.png differ diff --git a/oloturia/B24FRA.png b/oloturia/B24FRA.png new file mode 100644 index 0000000..c2250ba Binary files /dev/null and b/oloturia/B24FRA.png differ diff --git a/oloturia/B26.1.png b/oloturia/B26.1.png index a05e712..9c8a040 100644 Binary files a/oloturia/B26.1.png and b/oloturia/B26.1.png differ diff --git a/randstrip.py b/randstrip.py index d27a991..e56cc1f 100755 --- a/randstrip.py +++ b/randstrip.py @@ -205,11 +205,11 @@ if __name__ == "__main__": parser = argparse.ArgumentParser() - parser.add_argument('-s','--story',metavar='story',default='',nargs=4,help='name of the images') + parser.add_argument('-s','--story',metavar='story',default='',nargs=4,help='story = image file name') parser.add_argument('-a','--a4',default=False,action='store_true',help='print on an A4 in PDF, needs -o output, disables -x xsize') parser.add_argument('-m','--multiple',metavar='multiple',default=[1],nargs=1,type=int,help='multiple output (int >0), if no output -o specified, it just tests the stories') - parser.add_argument('-x','--xsize',metavar='xsize',default=0,type=int,nargs=1,help='resize image x') - parser.add_argument('-p','--profile',metavar='profile',default="",type=str,nargs=1,help='profile') + parser.add_argument('-x','--xsize',metavar='xsize',default=0,type=int,nargs=1,help='output image width') + parser.add_argument('-p','--profile',metavar='profile',default="",type=str,nargs=1,help='select a profile registered in config.json, if it doesn\'t exist it will use the default one') parser.add_argument('-o','--output',metavar='output',const=True,default=False,nargs="?",help='output file, if name not specified, default path will be used') args = parser.parse_args()