Giter VIP home page Giter VIP logo

nrawtherapee's Introduction

MIT licensed NuGet Travis Coverity Scan

NRawTherapee

A .Net library to wrap the functionality of Raw Therapee.

Motivation

Create a simple wrapper around this excellent program to allow .Net programs to easily convert RAW image files (like Nikon NEF).

Using

  • Install Raw Therapee
  • Add a reference to NRawTherapee in your project.json
  • Bring down the packages for your project via dnu restore
using NRawTherapee;

namespace Test
{
    public class Example
    {
        public void Convert(string file)
        {
            var rt = new RawTherapee(new Options());
            var result = rt.Convert(file);
        }
    }
}
  • View the tests for more examples
  • You also might want to check out NMagickWand which can then help working with the generated file from NRawTherapee!

Contributing

I'm happy to accept pull requests. By submitting a pull request, you must be the original author of code, and must not be breaking any laws or contracts.

Otherwise, if you have comments, questions, or complaints, please file issues to this project on the github repo.

Todo

I hope to make many improvements to the library as time permits.

  • Add tests
  • Investigate options to bundle Raw Therapee

License

NRawTherapee is licensed under the MIT license. See LICENSE.md for more information.

Reference

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.