Metadata-Version: 2.4
Name: image-optimizer-lib
Version: 0.1.0
Summary: A Python library for image optimization and resizing
Author-email: Navaneetha <x23213914@student.ncirl.ie>
License: MIT
Keywords: image,resize,optimize,compression
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow>=10.0.0
Dynamic: license-file

# Image Optimizer Library

A Python library for image optimization and resizing.

## Installation

```bash
pip install image-optimizer-lib
