ReduceReso.py 359 bytes
# -*- coding: utf-8 -*-
"""
Created on Wed Feb 13 14:30:35 2019

@author: thomas.drevet
"""

from DéFI.Tools import ReduceResolution


pathImgDrone = "C:\\Users\\thomas.drevet\\Documents\\Divers\\Test.png\\Test.png_Reduce1cm.png"

NewSz = (1167, 1667)

pathSave = "C:\\Users\\thomas.drevet\\Documents\\Divers"

ReduceResolution(pathImgDrone, NewSz, pathSave)