rawtherapee-auto


Namerawtherapee-auto JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/Machione/rawtherapee-auto
SummaryImport raw photos and use RawTherapee to auto-level them before copying them to an output location.
upload_time2024-08-26 14:47:05
maintainerNone
docs_urlNone
authorRyan McKeown
requires_python<4.0,>=3.10
licenseGPL-3.0-only
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RawTherapee Auto

A CLI to automatically adjust raw photos using RawTherapee.

## Installation

RawTherapee is an excellent, free and open-source raw photo editor. Download it from <https://rawtherapee.com>. Note that you will need to install both the application and the CLI tool for `rawtherapee-auto` to function.

After this, install `rawtherapee-auto` using Pip or your Python package management tool of choice.

## Usage

```shell
rawtherapee-auto /path/to/raw/photos /desired/output/location
```

This will run RawTherapee on all the raw photos found in `/path/to/raw/photos`. It will use RawTherapee's auto-level functionality to try to get exposure, contrast, etc. in the right ball-park for each photo found. Then it will move the original raw photo along with the outputted .pp3 file from RawTherapee's processing to the `/desired/output/location`.

Run `rawtherapee-auto --help` for additional help.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Machione/rawtherapee-auto",
    "name": "rawtherapee-auto",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ryan McKeown",
    "author_email": "ryanmckeown@mail4me.com",
    "download_url": "https://files.pythonhosted.org/packages/5d/73/41dc10fd254a5744c8e2ccd6a115ba13b92fd96957ffc32f6b9676fd09c6/rawtherapee_auto-0.1.1.tar.gz",
    "platform": null,
    "description": "# RawTherapee Auto\n\nA CLI to automatically adjust raw photos using RawTherapee.\n\n## Installation\n\nRawTherapee is an excellent, free and open-source raw photo editor. Download it from <https://rawtherapee.com>. Note that you will need to install both the application and the CLI tool for `rawtherapee-auto` to function.\n\nAfter this, install `rawtherapee-auto` using Pip or your Python package management tool of choice.\n\n## Usage\n\n```shell\nrawtherapee-auto /path/to/raw/photos /desired/output/location\n```\n\nThis will run RawTherapee on all the raw photos found in `/path/to/raw/photos`. It will use RawTherapee's auto-level functionality to try to get exposure, contrast, etc. in the right ball-park for each photo found. Then it will move the original raw photo along with the outputted .pp3 file from RawTherapee's processing to the `/desired/output/location`.\n\nRun `rawtherapee-auto --help` for additional help.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "Import raw photos and use RawTherapee to auto-level them before copying them to an output location.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/Machione/rawtherapee-auto",
        "Repository": "https://github.com/Machione/rawtherapee-auto"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9dd6c6bedf1ca2ccb187301006df8f9d28999e380a4a65f6686e5aa99a6d835a",
                "md5": "199bb577e6bdd7d52640010a36c2323d",
                "sha256": "c84208baaa9e45b74f098391176e654e70f59754a7a0cdf9446ee4ea37cff16a"
            },
            "downloads": -1,
            "filename": "rawtherapee_auto-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "199bb577e6bdd7d52640010a36c2323d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 22896,
            "upload_time": "2024-08-26T14:47:04",
            "upload_time_iso_8601": "2024-08-26T14:47:04.077028Z",
            "url": "https://files.pythonhosted.org/packages/9d/d6/c6bedf1ca2ccb187301006df8f9d28999e380a4a65f6686e5aa99a6d835a/rawtherapee_auto-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d7341dc10fd254a5744c8e2ccd6a115ba13b92fd96957ffc32f6b9676fd09c6",
                "md5": "af9906dbb8087063e3bb30bcca3ec40c",
                "sha256": "0f5309c12fc13d12d5eab7ac05863a239cded2bded6675900a0ecb84210eaba2"
            },
            "downloads": -1,
            "filename": "rawtherapee_auto-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "af9906dbb8087063e3bb30bcca3ec40c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 21907,
            "upload_time": "2024-08-26T14:47:05",
            "upload_time_iso_8601": "2024-08-26T14:47:05.069780Z",
            "url": "https://files.pythonhosted.org/packages/5d/73/41dc10fd254a5744c8e2ccd6a115ba13b92fd96957ffc32f6b9676fd09c6/rawtherapee_auto-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 14:47:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Machione",
    "github_project": "rawtherapee-auto",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "rawtherapee-auto"
}
        
Elapsed time: 0.72783s