Make merge_single_color_channel_images_according_to_bayer_filter.py executable from terminal

Used to only run in Pyzo.
This commit is contained in:
Benjamin Loison
2024-04-27 16:20:02 +02:00
parent b0fa01c6c4
commit 6f6721da8d

View File

@@ -1,3 +1,5 @@
#!/usr/bin/python3
from PIL import Image
from utils import Color
from tqdm import tqdm