Metadata-Version: 2.1
Name: clesperanto
Version: 0.1.3
Summary: A graphical user interface for clesperanto based on napari
Home-page: https://github.com/clEsperanto/pyclesperanto_prototype
Author: Robert Haase
Author-email: robert.haase@tu-dresden.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# clesperanto
[![Image.sc forum](https://img.shields.io/badge/dynamic/json.svg?label=forum&url=https%3A%2F%2Fforum.image.sc%2Ftag%2Fclesperanto.json&query=%24.topic_list.tags.0.topic_count&colorB=brightgreen&suffix=%20topics&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABPklEQVR42m3SyyqFURTA8Y2BER0TDyExZ+aSPIKUlPIITFzKeQWXwhBlQrmFgUzMMFLKZeguBu5y+//17dP3nc5vuPdee6299gohUYYaDGOyyACq4JmQVoFujOMR77hNfOAGM+hBOQqB9TjHD36xhAa04RCuuXeKOvwHVWIKL9jCK2bRiV284QgL8MwEjAneeo9VNOEaBhzALGtoRy02cIcWhE34jj5YxgW+E5Z4iTPkMYpPLCNY3hdOYEfNbKYdmNngZ1jyEzw7h7AIb3fRTQ95OAZ6yQpGYHMMtOTgouktYwxuXsHgWLLl+4x++Kx1FJrjLTagA77bTPvYgw1rRqY56e+w7GNYsqX6JfPwi7aR+Y5SA+BXtKIRfkfJAYgj14tpOF6+I46c4/cAM3UhM3JxyKsxiOIhH0IO6SH/A1Kb1WBeUjbkAAAAAElFTkSuQmCC)](https://forum.image.sc/tag/clesperanto)
[![website](https://img.shields.io/website?url=http%3A%2F%2Fclesperanto.net)](http://clesperanto.net)
[![PyPI](https://img.shields.io/pypi/v/clesperanto.svg?color=green)](https://pypi.org/project/clesperanto)
[![License](https://img.shields.io/pypi/l/clesperanto.svg?color=green)](https://github.com/haesleinhuepf/clesperanto/raw/main/LICENSE)
[![Python Version](https://img.shields.io/pypi/pyversions/clesperanto.svg?color=green)](https://python.org)

clesperanto is a graphical user interface for a multi-platform multi-language framework for GPU-accelerated image processing.
It is based on [napari](https://github.com/napari/napari) and the [pyclesperanto-prototype](https://github.com/clesperanto/pyclesperanto_prototype).

## Installation
* Get a python environment, e.g. via [mini-conda](https://docs.conda.io/en/latest/miniconda.html). If you never used python/conda environments before, please follow the instructions [here](https://mpicbg-scicomp.github.io/ipf_howtoguides/guides/Python_Conda_Environments) first.
* Install [pyopencl](https://documen.tician.de/pyopencl/) and [napari](https://github.com/napari/napari) using conda (seriously, don't use pip here, at least on Windows). 

```
conda install -c conda-forge pyopencl napari
```

Afterwards, install `clesperanto` using pip:

```
pip install clesperanto
```

## Usage

You can then start clesperanto from the command line:
```
cle
```

![img.png](https://github.com/clEsperanto/clesperanto/raw/main/docs/img.png)

You can also pass image files as arguments like this:

```
cle https://samples.fiji.sc/blobs.png
```

Or:

![img.png](https://github.com/clEsperanto/clesperanto/raw/main/docs/miau.gif)

## Documentation

clesperanto installs multiple napari plugins. Check out their documentation for details

* [The clesperanto assistant](https://www.napari-hub.org/plugins/napari-pyclesperanto-assistant)
* [Accelerated pixel and object classification](https://www.napari-hub.org/plugins/napari-accelerated-pixel-and-object-classification)
* [Brightness/contrast](https://www.napari-hub.org/plugins/napari-brightness-contrast)
* [Mouse controls](https://www.napari-hub.org/plugins/napari-mouse-controls)
* [Plot profile](https://www.napari-hub.org/plugins/napari-plot-profile)
* [Scikit-image's regionprops](https://www.napari-hub.org/plugins/napari-skimage-regionprops)
* [Segment blobs and things with membranes](https://www.napari-hub.org/plugins/napari-segment-blobs-and-things-with-membranes)
* [Multi-viewer support](https://www.napari-hub.org/plugins/napari-tabu)
* [Cropping](https://www.napari-hub.org/plugins/napari-crop)
* [Layer details display](https://www.napari-hub.org/plugins/napari-layer-details-display)

Also read more details about the [clesperanto-project and mission](http://clesperanto.net).

## Feedback welcome!
clesperanto is developed in the open because we believe in the open source community. See our [community guidelines](https://clij.github.io/clij2-docs/community_guidelines). Feel free to drop feedback as [github issue](https://github.com/clEsperanto/pyclesperanto_prototype/issues) or via [image.sc](https://image.sc)


