diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0686108 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/in/* +/out/* +/tags/* +/dossier_mel +/.spyproject \ No newline at end of file diff --git a/Noms photographes.zip b/Noms photographes.zip new file mode 100644 index 0000000..c401d20 Binary files /dev/null and b/Noms photographes.zip differ diff --git a/incrustation.py b/incrustation.py new file mode 100644 index 0000000..01b5e98 --- /dev/null +++ b/incrustation.py @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- +""" +Created on Sun Nov 22 13:21:19 2020 + +@author: Leopold +""" + +import numpy as np +import png \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..1a71c39 --- /dev/null +++ b/main.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +""" +Created on Sun Nov 22 13:23:52 2020 + +@author: Leopold +""" + +import argparse \ No newline at end of file