Python3 library for checking whether images are complete.
Project description
The python-image-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.
By default, the library operates in strict mode, i.e., no trailing junk data is tolerated. However, by supplying the parameters strict and check_size this can turned into lenient mode. The parameter check_size (i.e., the number of bytes to read from the end of the file) is only used for formats gif, jpg, png.
Supported file formats:
BMP (extension: .bmp)
GIF (extension: .gif)
JPG (extension: .jpg, .jpeg)
PNG (extension: .png)
WebP (extension: .webp)
Changelog
0.0.6 (2026-03-02)
switched to underscores in project name
approved astro-jingtao’s PR that enhances the image type detection and validation logic (https://github.com/waikato-datamining/python-image-complete/pull/3)
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python_image_complete-0.0.6.tar.gz.
File metadata
- Download URL: python_image_complete-0.0.6.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abb0660314c6f5dd8c44eb8d748fca3ae721ea4d669311164a9550094b760498
|
|
| MD5 |
a0abb21193b11df92a71ecbad98cff3d
|
|
| BLAKE2b-256 |
cc58610c93a03ce287752162380a1cc67dec0c61c1bcd64abc318e2ecfec82bb
|