initial structure

Signed-off-by: Léopold Clément <leopold.clement@laposte.net>
This commit is contained in:
leo 2020-11-22 13:26:20 +01:00
parent fff9cc630c
commit 4bc900deb0
4 changed files with 22 additions and 0 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/in/*
/out/*
/tags/*
/dossier_mel
/.spyproject

BIN
Noms photographes.zip Normal file

Binary file not shown.

9
incrustation.py Normal file
View file

@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
"""
Created on Sun Nov 22 13:21:19 2020
@author: Leopold
"""
import numpy as np
import png

8
main.py Normal file
View file

@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
"""
Created on Sun Nov 22 13:23:52 2020
@author: Leopold
"""
import argparse