imagesize


Nameimagesize JSON
Version 1.4.1 PyPI version JSON
download
home_pagehttps://github.com/shibukawa/imagesize_py
SummaryGetting image size from png/jpeg/jpeg2000/gif file
upload_time2022-07-01 12:21:05
maintainer
docs_urlNone
authorYoshiki Shibukawa
requires_python>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
It parses image files' header and return image size.

* PNG
* JPEG
* JPEG2000
* GIF
* TIFF
* SVG
* Netpbm
* WebP

This is a pure Python library.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shibukawa/imagesize_py",
    "name": "imagesize",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
    "maintainer_email": "",
    "keywords": "",
    "author": "Yoshiki Shibukawa",
    "author_email": "yoshiki@shibu.jp",
    "download_url": "https://files.pythonhosted.org/packages/a7/84/62473fb57d61e31fef6e36d64a179c8781605429fd927b5dd608c997be31/imagesize-1.4.1.tar.gz",
    "platform": null,
    "description": "\nIt parses image files' header and return image size.\n\n* PNG\n* JPEG\n* JPEG2000\n* GIF\n* TIFF\n* SVG\n* Netpbm\n* WebP\n\nThis is a pure Python library.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Getting image size from png/jpeg/jpeg2000/gif file",
    "version": "1.4.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "020f792680bad3d268a7321947e4e542",
                "sha256": "0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b"
            },
            "downloads": -1,
            "filename": "imagesize-1.4.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "020f792680bad3d268a7321947e4e542",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 8769,
            "upload_time": "2022-07-01T12:21:02",
            "upload_time_iso_8601": "2022-07-01T12:21:02.467484Z",
            "url": "https://files.pythonhosted.org/packages/ff/62/85c4c919272577931d407be5ba5d71c20f0b616d31a0befe0ae45bb79abd/imagesize-1.4.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "5a40586a25c07e1a8f16f6267252c321",
                "sha256": "69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"
            },
            "downloads": -1,
            "filename": "imagesize-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5a40586a25c07e1a8f16f6267252c321",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 1280026,
            "upload_time": "2022-07-01T12:21:05",
            "upload_time_iso_8601": "2022-07-01T12:21:05.687997Z",
            "url": "https://files.pythonhosted.org/packages/a7/84/62473fb57d61e31fef6e36d64a179c8781605429fd927b5dd608c997be31/imagesize-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-07-01 12:21:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "shibukawa",
    "github_project": "imagesize_py",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "imagesize"
}
        
Elapsed time: 0.01276s