Metadata-Version: 2.2
Name: monochrome-viewer
Version: 2025.1.17
Summary: Deprecated. Please use the 'monochrome' package instead.
Author-email: Jan Lebert <mail@janlebert.com>
Project-URL: Documentation, https://monochrome.readthedocs.io
Project-URL: Repository, https://github.com/sitic/monochrome
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: monochrome>=2025.1.17

# Monochrome: Viewer for Monochromatic Video Data
[![docs](https://readthedocs.org/projects/monochrome/badge/?version=latest&style=)](https://monochrome.readthedocs.org)
[![tests](https://github.com/sitic/monochrome/actions/workflows/build.yml/badge.svg)](https://github.com/sitic/monochrome/actions/workflows/build.yml)
[![PyPI](https://img.shields.io/pypi/v/monochrome.svg)](https://pypi.org/project/monochrome/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/monochrome.svg)](https://python.org)

Monochrome is a lightweight and fast video viewer for scientific monochromatic videos with high-dynamic range (float, uint16, etc.).

**The `monochrome-viewer` package name is now deprecated. Please switch to the new and improved [`monochrome`](https://pypi.org/project/monochrome/) package and see the documentation there!**

### Upgrade from existing `monochrome-viewer` installation

If you have installed `monochrome-viewer`, here's how to upgrade to the new `monochrome` package:

1. Uninstall the old `monochrome-viewer` package:
```bash
pip uninstall monochrome-viewer
```

2. Install the new `monochrome` package:
```bash
pip install monochrome
```
