Skip to content

Commit

Permalink
image_checker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhampratap31 authored Oct 4, 2022
1 parent 821f1e6 commit 5452d59
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions py/image_checker.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import cv2


img=cv2.imread("img2.jpeg")

wid=img2.shape[1]
ght=img2.shape[0]

print(str(wid) + "x"+ str(ght))

0 comments on commit 5452d59

Please sign in to comment.