heic-to-jpg


Nameheic-to-jpg JSON
Version 0.1.9 PyPI version JSON
download
home_pagehttps://github.com/creimers/heic-to-jpg
SummaryConvert .heic images to .jpg
upload_time2023-05-04 18:50:03
maintainer
docs_urlNone
authorChristoph Reimers
requires_python>=3.5
licenseMIT license
keywords heic_to_jpg
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `heic-to-jpg` 📸

CLI tool for converting `HEIC` images to `jpg`.

Essentially, this is just a thin wrapper around imagemagick's [`convert`](https://imagemagick.org/script/convert.php) cli.

Motivation: When transfering images from an iPhone to a Mac via airdrop, they are being transfered as `HEIC`. Oftentime though, another format (such as `jpg`) is required to further make use of those images.

👉 ⚠️ Please note that [imagemagick](https://imagemagick.org/script/download.php) is a prerequisite for this to work.

👉 ⚠️ Please note that this has been tested on macOS only. There might be issues on other operating systems ([Linux](https://github.com/creimers/heic-to-jpg/issues/1), [Windows](https://github.com/creimers/heic-to-jpg/issues/2)).

## installation

`pip install heic-to-jpg`

## usage

`heic-to-jpg -s ~/path/to/source [--keep] [--debug None|Trace|All]`

or

`heic2jpg -s ~/path/to/source [--keep] [--debug None|Trace|All]` 

`~/path/to/source` can both be a directory or a single `.HEIC` file. Without the `--keep` flag, the original file is deleted after conversion.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/creimers/heic-to-jpg",
    "name": "heic-to-jpg",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "heic_to_jpg",
    "author": "Christoph Reimers",
    "author_email": "christoph@superservice-international.com",
    "download_url": "https://files.pythonhosted.org/packages/0f/c5/b2b306f922ceeb2cec6d0992dcf1664c994b64ca1f7570197ac5aa5a8c36/heic_to_jpg-0.1.9.tar.gz",
    "platform": null,
    "description": "# `heic-to-jpg` \ud83d\udcf8\n\nCLI tool for converting `HEIC` images to `jpg`.\n\nEssentially, this is just a thin wrapper around imagemagick's [`convert`](https://imagemagick.org/script/convert.php) cli.\n\nMotivation: When transfering images from an iPhone to a Mac via airdrop, they are being transfered as `HEIC`. Oftentime though, another format (such as `jpg`) is required to further make use of those images.\n\n\ud83d\udc49 \u26a0\ufe0f Please note that [imagemagick](https://imagemagick.org/script/download.php) is a prerequisite for this to work.\n\n\ud83d\udc49 \u26a0\ufe0f Please note that this has been tested on macOS only. There might be issues on other operating systems ([Linux](https://github.com/creimers/heic-to-jpg/issues/1), [Windows](https://github.com/creimers/heic-to-jpg/issues/2)).\n\n## installation\n\n`pip install heic-to-jpg`\n\n## usage\n\n`heic-to-jpg -s ~/path/to/source [--keep] [--debug None|Trace|All]`\n\nor\n\n`heic2jpg -s ~/path/to/source [--keep] [--debug None|Trace|All]` \n\n`~/path/to/source` can both be a directory or a single `.HEIC` file. Without the `--keep` flag, the original file is deleted after conversion.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Convert .heic images to .jpg",
    "version": "0.1.9",
    "project_urls": {
        "Homepage": "https://github.com/creimers/heic-to-jpg"
    },
    "split_keywords": [
        "heic_to_jpg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5deb8327b7a8c20fd351e489f7eaa94ed886c41a6502038cd9cf3c351b8fb4a0",
                "md5": "9dc8503a251e6ea8dcae9b820b8d4b65",
                "sha256": "49b3041f39f10e7655af6a31286cebda0208f96feef8ac04a950fb2fe9f5dfff"
            },
            "downloads": -1,
            "filename": "heic_to_jpg-0.1.9-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9dc8503a251e6ea8dcae9b820b8d4b65",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.5",
            "size": 4205,
            "upload_time": "2023-05-04T18:50:01",
            "upload_time_iso_8601": "2023-05-04T18:50:01.572475Z",
            "url": "https://files.pythonhosted.org/packages/5d/eb/8327b7a8c20fd351e489f7eaa94ed886c41a6502038cd9cf3c351b8fb4a0/heic_to_jpg-0.1.9-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fc5b2b306f922ceeb2cec6d0992dcf1664c994b64ca1f7570197ac5aa5a8c36",
                "md5": "87a9d7f16abc2587cb47ae411bc4acb6",
                "sha256": "9c7c8bf607e946676ef1bddf51edf80ffcb959bb67f28d9b63c4eb989d90d199"
            },
            "downloads": -1,
            "filename": "heic_to_jpg-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "87a9d7f16abc2587cb47ae411bc4acb6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 4678,
            "upload_time": "2023-05-04T18:50:03",
            "upload_time_iso_8601": "2023-05-04T18:50:03.931519Z",
            "url": "https://files.pythonhosted.org/packages/0f/c5/b2b306f922ceeb2cec6d0992dcf1664c994b64ca1f7570197ac5aa5a8c36/heic_to_jpg-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-04 18:50:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "creimers",
    "github_project": "heic-to-jpg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "heic-to-jpg"
}
        
Elapsed time: 0.06715s