Skip to content

Commit

Permalink
Contributing and Goverance sections
Browse files Browse the repository at this point in the history
  • Loading branch information
seabeepea authored and kdt3rd committed Jun 15, 2019
1 parent eed7c0a commit ce9f05f
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
OpenEXR
=======
# OpenEXR

**OpenEXR** is a high dynamic-range (HDR) image file format developed
by Industrial Light & Magic (ILM) for use in computer imaging
Expand Down Expand Up @@ -39,15 +38,13 @@ OpenEXR's features include:
namespaces to provide protection when using multiple versions of the
library in the same process space.

License
-------
## License

OpenEXR, including all contributions, is released under a modified BSD
license. Please see the [LICENSE.md] (LICENSE.md) file accompanying
the distribution for the legal fine print.

OpenEXR Sub-modules
-------------------
## OpenEXR Sub-modules

The OpenEXR distribution consists of the following sub-modules:

Expand All @@ -62,8 +59,7 @@ Please see the ``README`` files of each of the individual directories for more i
A collection of OpenEXR images is available from the adjacent repository
[openexr-images](https://github.com/openexr/openexr-images).

Dependencies
------------
## Dependencies

OpenEXR depends on [zlib](https://zlib.net).

Expand All @@ -75,25 +71,33 @@ In OpenEXR_Viewers:
* **exrdisplay** depends on [fltk](http://www.fltk.org/index.php)
* **playexr** depends on [Cg](https://developer.nvidia.com/cg-toolkit)

Web Resources
-------------
## Web Resources

Main web page: http:://www.openexr.org

GitHub repository: http://www.github.com/openexr/openexr

Mail list:
Deverloper discussion mailing list:

* [openexr-dev@lists.aswf.io] (https://lists.aswf.io/g/openexr-dev)

Building and Installation
-------------------------
## Building and Installation

Download the latest release of OpenEXR from the GitHub Releases page:
[https://github.com/openexr/openexr/releases] (https://github.com/openexr/openexr/releases).
https://github.com/openexr/openexr/releases.

For more information about building from sources, see the [INSTALL.md] (INSTALL.md) file.

## Contributing

See [CONTRIBUTING.md] (CONTRIBUTING.md) for more information about contributing to OpenEXR.

## Project Goverance

OpenEXR is owned by the Academy Software Foundation, and is maintained
by the developer community. See [GOVERNANCE.md] (GOVERNANCE.md) for
more infomation.

## Documentation

Documentation is available at http://www.openexr.com/documentation.html.
Expand Down

0 comments on commit ce9f05f

Please sign in to comment.