Skip to main content

Checking dimension of multiple images during Image processing

Project description

ImageDimensionChecker

ImageDimensionChecker is a Python package designed to streamline the process of analyzing image datasets. It provides functions to check if images in a directory have the same dimensions, count the number of unique file extensions, and identify unique image dimensions.

Features

Check Image Dimensions: Determine if all images in a directory have the same dimensions.

Count Unique File Extensions: Count the occurrences of each unique file extension in a directory.

Identify Unique Image Dimensions: Find the unique dimensions (width and height) of images in a directory.

Installation

You can install ImageDimensionChecker via pip:

pip install ImageDimensionChecker

Usage

Here's a quick guide on how to use ImageDimensionChecker:

Check Image Dimensions

from ImageDimensionChecker import CheckImageDimension

path = "/path/to/images"

CheckImageDimension(path)

Count Unique File Extensions

from ImageDimensionChecker import unique_extension

path = "/path/to/images"

unique_extension(path)

Identify Unique Image Dimensions

from ImageDimensionChecker import unique_dimension

path = "/path/to/images"

unique_dimension(path)

License

This project is licensed under the BSD License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

Acknowledgements

This package was inspired by the repetitive tasks involved in image dataset analysis during machine learning model development.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ImageDimensionChecker-1.4.3-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file ImageDimensionChecker-1.4.3-py3-none-any.whl.

File metadata

File hashes

Hashes for ImageDimensionChecker-1.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6c4435b54dd266e833004c20c2e625957b1ce23a9152539ed00c6293e6c26b2c
MD5 b6edd732e4c4f301ab17459aca74b6b4
BLAKE2b-256 4b31b4616dd73d5c57db321fcfd73bd56fe2e87846e91bdf481240c5b48b106d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page