image-decoding-algorithms


Nameimage-decoding-algorithms JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/gejirz/image-decoding-algorithms
SummaryScripts for decoding an image
upload_time2023-03-26 09:19:02
maintainer
docs_urlNone
authorVictor Andrievskiy
requires_python
licenseMIT License
keywords python image decoding jfif jpeg decoding baseline encoding
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Scripts for decoding an image. I have myself have written a decoding algorithm for JFIF, baseline encoding mode, used skimage for everything else.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gejirz/image-decoding-algorithms",
    "name": "image-decoding-algorithms",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,image decoding,JFIF,jpeg,decoding,baseline encoding",
    "author": "Victor Andrievskiy",
    "author_email": "superavb222@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c0/72/6c5c9902810ca32ebf7ec297ab34f24b58cf7dcd7ac77305b67895df1d0f/image-decoding-algorithms-0.0.6.tar.gz",
    "platform": null,
    "description": "Scripts for decoding an image. I have myself have written a decoding algorithm for JFIF, baseline encoding mode, used skimage for everything else.\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Scripts for decoding an image",
    "version": "0.0.6",
    "split_keywords": [
        "python",
        "image decoding",
        "jfif",
        "jpeg",
        "decoding",
        "baseline encoding"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0726c5c9902810ca32ebf7ec297ab34f24b58cf7dcd7ac77305b67895df1d0f",
                "md5": "b86815bf5bbf150ab2845a53ab460f1c",
                "sha256": "aa9834a8b2cf26b0333afa695ce69be20fad1bdf3e9292faabe10383a5ec9895"
            },
            "downloads": -1,
            "filename": "image-decoding-algorithms-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "b86815bf5bbf150ab2845a53ab460f1c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 58414,
            "upload_time": "2023-03-26T09:19:02",
            "upload_time_iso_8601": "2023-03-26T09:19:02.560787Z",
            "url": "https://files.pythonhosted.org/packages/c0/72/6c5c9902810ca32ebf7ec297ab34f24b58cf7dcd7ac77305b67895df1d0f/image-decoding-algorithms-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-26 09:19:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "gejirz",
    "github_project": "image-decoding-algorithms",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "image-decoding-algorithms"
}
        
Elapsed time: 0.04770s