ppm-display


Nameppm-display JSON
Version 1.1.3 PyPI version JSON
download
home_pagehttps://github.com/Trenza1ore/ppm-display
SummaryPPM/PGM image viewer
upload_time2023-11-06 01:00:38
maintainer
docs_urlNone
authorHugo (Jin Huang)
requires_python
licenseMIT
keywords ppm pgm image python package ppm-display ppm-disp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ppm-display
 A simple tool that displays ppm/pgm files via OpenCV and saves the images in png format. The default maximum window size is 600x600.
## Usage
    ppm-disp -i
    ppm-disp -s <size> <file>...
    ppm-disp <file>...
## Options
    -i  about the tool
    -s  display images with a non-default maximum windows size
## Possible Use Case
    - Create a batch file/shell script with the following line:
    - (Windows) ppm-disp %*
    - (Linux)   ppm-disp $*
    - And now you can drag-and-drop ppm/pgm files into it and view the images instantly
    - A batch file example is included in the Github repo

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Trenza1ore/ppm-display",
    "name": "ppm-display",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ppm pgm image python package ppm-display ppm-disp",
    "author": "Hugo (Jin Huang)",
    "author_email": "s2050808@ed.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/81/19/fa9772b7fc1542907a0daa580758472129bbddf99f3ae4c5a99bb0f5e141/ppm-display-1.1.3.tar.gz",
    "platform": null,
    "description": "# ppm-display\r\n A simple tool that displays ppm/pgm files via OpenCV and saves the images in png format. The default maximum window size is 600x600.\r\n## Usage\r\n    ppm-disp -i\r\n    ppm-disp -s <size> <file>...\r\n    ppm-disp <file>...\r\n## Options\r\n    -i  about the tool\r\n    -s  display images with a non-default maximum windows size\r\n## Possible Use Case\r\n    - Create a batch file/shell script with the following line:\r\n    - (Windows) ppm-disp %*\r\n    - (Linux)   ppm-disp $*\r\n    - And now you can drag-and-drop ppm/pgm files into it and view the images instantly\r\n    - A batch file example is included in the Github repo\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "PPM/PGM image viewer",
    "version": "1.1.3",
    "project_urls": {
        "Homepage": "https://github.com/Trenza1ore/ppm-display"
    },
    "split_keywords": [
        "ppm",
        "pgm",
        "image",
        "python",
        "package",
        "ppm-display",
        "ppm-disp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6b1ffceba7e4c86d9a868c79d347017d39525d8eaa788829eb7156828b96f6f",
                "md5": "343b3f27b10cd9c09889b4552cef9a83",
                "sha256": "9c489e79e947f732735c2e01f6c8e51c68b7ab1dc026b66855b3e12c20727b85"
            },
            "downloads": -1,
            "filename": "ppm_display-1.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "343b3f27b10cd9c09889b4552cef9a83",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3798,
            "upload_time": "2023-11-06T01:00:36",
            "upload_time_iso_8601": "2023-11-06T01:00:36.700251Z",
            "url": "https://files.pythonhosted.org/packages/d6/b1/ffceba7e4c86d9a868c79d347017d39525d8eaa788829eb7156828b96f6f/ppm_display-1.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8119fa9772b7fc1542907a0daa580758472129bbddf99f3ae4c5a99bb0f5e141",
                "md5": "fc9f2f8c4be545ee5d11068f5c8d5c18",
                "sha256": "3f04b433896561b57f3da102d140941b0a574eea4a0ec8c956ed684a90fa28e4"
            },
            "downloads": -1,
            "filename": "ppm-display-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "fc9f2f8c4be545ee5d11068f5c8d5c18",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3336,
            "upload_time": "2023-11-06T01:00:38",
            "upload_time_iso_8601": "2023-11-06T01:00:38.651959Z",
            "url": "https://files.pythonhosted.org/packages/81/19/fa9772b7fc1542907a0daa580758472129bbddf99f3ae4c5a99bb0f5e141/ppm-display-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 01:00:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Trenza1ore",
    "github_project": "ppm-display",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "ppm-display"
}
        
Elapsed time: 0.18346s