An open API service indexing awesome lists of open source software.

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.

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