Skip to content

Commit fdbe839

Browse files
Update Opening_png_jpg.py
1 parent bc62b58 commit fdbe839

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Opening_png_jpg.py

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# Testing to open images and applying simple filtering
1+
# 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
216

317
import tkinter as tk
418
from PIL import Image, ImageTk

0 commit comments

Comments
 (0)