Skip to content

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)