Metadata-Version: 1.1
Name: pymage_size
Version: 1.0.0
Summary: A package for getting the dimensions of an image without loading it into memory. No external dependencies.
Home-page: https://github.com/kobaltcore/pymage_size
Author: kobaltcore
Author-email: cobaltcore@yandex.com
License: MIT
Description: 
                pymage_size is a small package that enables one to retrieve the dimensions of a number of different image formats
                without the need for extensive libraries like Pillow. It has no external dependencies, making it ideal for inclusion
                in projects that can't afford or simply don't want to have large dependency trees for a simple feature.
                
Keywords: image metadata size dimensions
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Graphics
