-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Image viewing GUI #888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image viewing GUI #888
Conversation
@kaustubhgupta please review. |
@santushtisharma10 please review |
Image_Viewing_GUI/script.py
Outdated
global itemslist | ||
n=(n+1)%len(itemslist) | ||
img1 = itemslist[n] | ||
print(img1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this print statement
Image_Viewing_GUI/script.py
Outdated
global itemslist | ||
n=(n-1)%len(itemslist) | ||
img1 = itemslist[n] | ||
print(img1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this print statement
@kaustubhgupta done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Added script for Image viewing GUI
Fixes #719
Replace
issue_no
with the issue number which is fixed in this PRHave you read the Contributing Guidelines on Pull Requests?
yes
Type of change
Please delete options that are not relevant.
Checklist:
README.md
Template for README.md