Ecosyste.ms: Awesome

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

https://github.com/tuttleofx/TuttleOFX

Tuttle OFX is a library to connect and batch operations with OpenFx plugins. It comes with a set of plugins that allows you to batch process on movies and file sequences.
https://github.com/tuttleofx/TuttleOFX

Last synced: 3 months ago
JSON representation

Tuttle OFX is a library to connect and batch operations with OpenFx plugins. It comes with a set of plugins that allows you to batch process on movies and file sequences.

Lists

README

        

![TuttleOFX](https://github.com/tuttleofx/TuttleOFX/raw/master/plugins/_scripts/ImageEffectApi/Resources/L_ProjectName_.png "TuttleOFX")TuttleOFX
========================

[![Build Status](https://travis-ci.org/tuttleofx/TuttleOFX.svg?branch=develop)](https://travis-ci.org/tuttleofx/TuttleOFX)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/tuttleofx/tuttleofx/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

TuttleOFX project is an image processing framework based on [OpenFX plugin format](http://openfx.sourceforge.net/).
More informations on the official website :[http://www.tuttleofx.org](http://www.tuttleofx.org).

The project is composed of 4 main parts:
> - **Tuttle Host Library**, an OpenFX host that allows you to manipulate a graph of OpenFX nodes.
> - **Tuttle Plugin Library**, a library to facilitate the creation of OpenFX plugins.
> - **Tuttle plugins**, a set of OpenFX plugins for image processing and image/video IO.
> - **Sam**, a set of command line tools.

[![Stories Ready](https://badge.waffle.io/tuttleofx/tuttleofx.svg?label=1 - Ready&title=Ready)](http://waffle.io/tuttleofx/tuttleofx)
[![Stories In Progress](https://badge.waffle.io/tuttleofx/tuttleofx.svg?label=2 - Working&title=In Progress)](http://waffle.io/tuttleofx/tuttleofx)
Click on the waffle badge above to have a big picture view of what's in progress and how you can contribute.

## License

See [**COPYING.md**](COPYING.md)

## How to use

See [**USAGE.md**](USAGE.md)

## Documentation

See [**Doxygen documentation**](http://tuttleofx.github.io/TuttleOFX-doxygen/).

## Docker

Retrieve a dedicated environment with TuttleOFX installed:
```
docker pull tuttleofx/tuttleofx
docker run -i -t tuttleofx/tuttleofx
```
See [Docker Hub](http://hub.docker.com/r/tuttleofx/tuttleofx)

## Compilation

Getting the source
> `git clone --recursive git://github.com/tuttleofx/TuttleOFX.git`

See [**INSTALL.md**](INSTALL.md)

## Plugin creation

See [**plugins/_scripts/README.md**](plugins/_scripts/README.md)

## More information

Check TuttleOFX website for more information.
>[http://www.tuttleofx.org](http://www.tuttleofx.org)

TuttleOFX public repository.
>[http://github.com/tuttleofx/TuttleOFX](http://github.com/tuttleofx/TuttleOFX)

OpenFX plugin standard.
>[http://openfx.sourceforge.net](http://openfx.sourceforge.net)

## Contact

Developers mailing-list (public)
> [[email protected]](mailto:[email protected])
> [http://groups.google.com/group/tuttleofx-dev](http://groups.google.com/group/tuttleofx-dev)

Users mailing-list (public)
> [[email protected]](mailto:[email protected])
> [http://groups.google.com/group/tuttleofx-user](http://groups.google.com/group/tuttleofx-user)

Contact the team in private
> [[email protected]](mailto:[email protected])

The github issues module for bug report
> [http://github.com/tuttleofx/TuttleOFX/issues](http://github.com/tuttleofx/TuttleOFX/issues)