Skip to content

Instantly share code, notes, and snippets.

View plouvart's full-sized avatar
💭
Searching for next job. Working on pet projects.

Pierre Louvart plouvart

💭
Searching for next job. Working on pet projects.
View GitHub Profile
@plouvart
plouvart / colorimetry_transfert.py
Last active April 20, 2023 12:01
Transfert the colorimetry from one image to another
from PIL import Image
from pathlib import Path
import numpy as np
import sys
def adjust(
in_f1: Path,
in_f2: Path,
out_f: Path,