We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc62b58 commit fdbe839Copy full SHA for fdbe839
Opening_png_jpg.py
@@ -1,4 +1,18 @@
1
-# Testing to open images and applying simple filtering
+# File: Opening_png_jpg.py
2
+# Description: Testing to open images of different format
3
+# Environment: PyCharm and Anaconda environment
4
+#
5
+# MIT License
6
+# Copyright (c) 2018 Valentyn N Sichkar
7
+# github.com/sichkar-valentyn
8
9
+# Reference to:
10
+# Valentyn N Sichkar. Image processing in Python // GitHub platform. DOI: 10.5281/zenodo.1343603
11
+
12
13
14
15
+# Testing to open images of different format
16
17
import tkinter as tk
18
from PIL import Image, ImageTk
0 commit comments