Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tlnagy/microscopylabels.jl

Easily embed annotations in your microscopy images
https://github.com/tlnagy/microscopylabels.jl

image-processing julia julialang microscopy microscopy-images

Last synced: about 1 month ago
JSON representation

Easily embed annotations in your microscopy images

Awesome Lists containing this project

README

        

# MicroscopyLabels.jl

| **Documentation** | **Build Status** |
|:----------------------------------|:--------------------------------------------------------------|
| [![][docs-dev-img]][docs-dev-url] | [![][status-img]][status-url] [![][travis-img]][travis-url] [![][codecov-img]][codecov-url] |

Easily embed *sane* annotations in your microscopy images.

![](assets/labeled_image.gif)

The reality is that you don't need this library, but it can make your life
easier if you have microscopy images and want to quickly annotate things. It
aims to be *sane* over being customizable because really it's just a wrapper
around `FreeTypeAbstraction.jl`.

## Installation

This package is available through the Julia registry and can be installed via the Julia REPL:

```julia
] add MicroscopyLabels
```

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://tamasnagy.com/MicroscopyLabels.jl/dev

[travis-img]: https://travis-ci.com/tlnagy/MicroscopyLabels.jl.svg?branch=master
[travis-url]: https://travis-ci.com/tlnagy/MicroscopyLabels.jl

[codecov-img]: https://codecov.io/gh/tlnagy/MicroscopyLabels.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/tlnagy/MicroscopyLabels.jl

[status-img]: https://www.repostatus.org/badges/latest/wip.svg
[status-url]: https://www.repostatus.org/#wip