Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b08ac8d

Browse files
Update ImageTransposing.py
1 parent fa3fea8 commit b08ac8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Image Processing/ImageTransposing.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from PIL import Image
55

66
#opening the image
7-
img = Image.open('default.jpg')
7+
img = Image.open('Home/Pictures/default.jpg')
88

99
#transpose of the matrix
1010
transposed_img=img.transpose(Image.FLIP_LEFT_RIGHT)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /