The **python-iamge-complete** package allows you to check for various
image types to check whether the image is complete or not. For doing
this, it looks for EOF (end of file) markers in the files or compares
the stored file length against the actual file length.
Can also operate on bytes or BytesIO objects.
Supported file formats:
* BMP (extension: .bmp)
* GIF (extension: .gif)
* JPG (extension: .jpg, .jpeg)
* PNG (extension: .png)
* WebP (extension: .webp)
Changelog
=========
0.0.5 (2023-04-17)
------------------
- added support for *lenient mode* via `strict` and `check_size` parameters
0.0.4 (2023-03-30)
------------------
- added support for determining completeness of bytes or BytesIO objects rather than just file names
- added `is_XYZ` methods that determine whether a file/bytes/BytesIO represents file type `XYZ`
0.0.3 (2023-03-28)
------------------
- added support for: WebP
0.0.2 (2020-01-13)
------------------
- added support for: BMP
0.0.1 (2019-04-17)
------------------
- initial release
- support for: GIF, JPG, PNG
Raw data
{
"_id": null,
"home_page": "https://github.com/waikato-datamining/python-image-complete",
"name": "python-image-complete",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Peter Reutemann",
"author_email": "fracpete@waikato.ac.nz",
"download_url": "https://files.pythonhosted.org/packages/77/49/001b5e7aee32e04fe11caf414e717f7a0000e9285c732c95cb71b7102a76/python-image-complete-0.0.5.tar.gz",
"platform": null,
"description": "The **python-iamge-complete** package allows you to check for various\nimage types to check whether the image is complete or not. For doing\nthis, it looks for EOF (end of file) markers in the files or compares\nthe stored file length against the actual file length.\nCan also operate on bytes or BytesIO objects.\n\nSupported file formats:\n\n* BMP (extension: .bmp)\n* GIF (extension: .gif)\n* JPG (extension: .jpg, .jpeg)\n* PNG (extension: .png)\n* WebP (extension: .webp)\n\n\nChangelog\n=========\n\n0.0.5 (2023-04-17)\n------------------\n\n- added support for *lenient mode* via `strict` and `check_size` parameters\n\n\n0.0.4 (2023-03-30)\n------------------\n\n- added support for determining completeness of bytes or BytesIO objects rather than just file names\n- added `is_XYZ` methods that determine whether a file/bytes/BytesIO represents file type `XYZ`\n\n\n0.0.3 (2023-03-28)\n------------------\n\n- added support for: WebP\n\n\n0.0.2 (2020-01-13)\n------------------\n\n- added support for: BMP\n\n\n0.0.1 (2019-04-17)\n------------------\n\n- initial release\n- support for: GIF, JPG, PNG\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Python3 library for checking whether images are complete.",
"version": "0.0.5",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7749001b5e7aee32e04fe11caf414e717f7a0000e9285c732c95cb71b7102a76",
"md5": "59b6513cf9da3892e12a45787bde0dbb",
"sha256": "18b726b2613b0d871ec46c6e4f376149a7a6b51cc09b833d5ecd79f9cc433dcc"
},
"downloads": -1,
"filename": "python-image-complete-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "59b6513cf9da3892e12a45787bde0dbb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6087,
"upload_time": "2023-04-17T04:09:13",
"upload_time_iso_8601": "2023-04-17T04:09:13.100897Z",
"url": "https://files.pythonhosted.org/packages/77/49/001b5e7aee32e04fe11caf414e717f7a0000e9285c732c95cb71b7102a76/python-image-complete-0.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-17 04:09:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "waikato-datamining",
"github_project": "python-image-complete",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "python-image-complete"
}