Simple Image viewer built in Python using PYQT 5
- Zoom in and Zoom out
- Open file from File system
- View the next and previous images in the same folder
This application is developed using PYQT 5 to create the GUI. The application logic is built using python image maniplation packages to open and store images into a python list. When the next picture button is used, the program will display the next image in the list. Zoom is built by scaling the image using a pixel map.