Skip to content

Commit

Permalink
In process 2
Browse files Browse the repository at this point in the history
  • Loading branch information
comsomisha committed Dec 1, 2016
1 parent 940e329 commit 5d823e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Binary file modified Python1/Python1.v11.suo
Binary file not shown.
4 changes: 1 addition & 3 deletions Python1/Python1/Form.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ def ConvertToPixels(image):
pixels = {}
paint = Image.open(image)
paint = paint.convert("P")
pixels = paint.histogram()
return pixels
pixels = ConvertToPixel(image)
return paint
root = Tk()
Handler(root)
# def GetNumbers():
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
������������� ����� �� ������������.
��������� - �� ����� Python.
����� ������������ ���������� pillow.
������������� ����� �� �����������.
����� Examples - ��� ��������.

0 comments on commit 5d823e1

Please sign in to comment.