https://github.com/chamikamunithunga/preview
A simple Python script that allows users to preview an image in a window. The program uses OpenCV to load and display the image, providing a quick way to view images from the command line.
https://github.com/chamikamunithunga/preview
Last synced: 3 months ago
JSON representation
A simple Python script that allows users to preview an image in a window. The program uses OpenCV to load and display the image, providing a quick way to view images from the command line.
- Host: GitHub
- URL: https://github.com/chamikamunithunga/preview
- Owner: chamikamunithunga
- Created: 2024-10-28T18:20:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:20:59.000Z (8 months ago)
- Last Synced: 2024-10-28T19:31:52.625Z (8 months ago)
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Preview Program
A simple Python script that allows users to preview an image in a window. The program uses OpenCV to load and display the image, providing a quick way to view images from the command line.
## Features
- Displays an image in a preview window.
- Waits for the user to close the window.## Requirements
- Python 3.x
- OpenCV
- NumPy