Eclipse ImageN is an image processing library providing a modern java api and a pure java implementation.
- website: Eclipse ImageN
- project: Eclipse ImageN Project
- contact: mailing list
Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Contributor Agreement (ECA).
- Read the Eclipse Contributor Agreement (ECA).
- Use the form to complete and submit a ECA.
- You can use the validate page to check if you have already signed up.
Please use the same email address for the Eclipse website and GitHub. We have a ip-validation check on GitHub confirming each pull-request is from someone who has agreed to contribute to the project.
The project repository is located on GitHub: github.com/eclipse/imagen
We maintain a single branch, tagging each release:
- master - this is where live development happens, we ask that incoming pull requests be made against this branch
Participation is encouraged using the github fork and pull request workflow:
- Include test case demonstrating functionality
- Contributions are expected to pass all tests and not break the build
- Any new files must include an appropriate Apache License header