initial structure
Signed-off-by: Léopold Clément <leopold.clement@laposte.net>
This commit is contained in:
parent
fff9cc630c
commit
4bc900deb0
4 changed files with 22 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
/in/*
|
||||||
|
/out/*
|
||||||
|
/tags/*
|
||||||
|
/dossier_mel
|
||||||
|
/.spyproject
|
BIN
Noms photographes.zip
Normal file
BIN
Noms photographes.zip
Normal file
Binary file not shown.
9
incrustation.py
Normal file
9
incrustation.py
Normal 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
8
main.py
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
"""
|
||||||
|
Created on Sun Nov 22 13:23:52 2020
|
||||||
|
|
||||||
|
@author: Leopold
|
||||||
|
"""
|
||||||
|
|
||||||
|
import argparse
|
Loading…
Reference in a new issue