Browse Source

Pillow Import

Einbauen des Imports von Pillow für das Graphical Interface. Installation über: pip install pillow
master
Max Sponsel 3 years ago
parent
commit
dad7554c71
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Code/Dyschromasie.py

+ 1
- 1
Code/Dyschromasie.py View File

import tkinter # Zum Erstellen von GUIs import tkinter # Zum Erstellen von GUIs
import numpy as np # Numpy Import import numpy as np # Numpy Import
import sys import sys
from PIL import Image, ImageTk #Wichtig zum Anzeigen der Bilder im GUI
# Einlesen des Bildes # Einlesen des Bildes
script_dir = sys.path[0] script_dir = sys.path[0]

Loading…
Cancel
Save