Metadata-Version: 2.4
Name: imgtoolpro
Version: 1.0.0
Summary: A Python image processing toolkit for simple and practical image operations.
Author: karan.rf
License: MIT License
        
        Copyright (c) 2026 karan.rf
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Keywords: image,converter,jpg,jpeg,png,gif,pillow,python,image-processing
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow>=10.0.0
Dynamic: license-file

imgtoolpro

A Python image processing toolkit for simple and practical image operations.

Introduction

imgtoolpro is a Python library designed to provide useful and easy-to-use tools for working with images.

The goal of this project is to create a lightweight and expandable toolkit that allows developers to perform common image-related tasks with a simple and organized structure.

The library is designed to grow over time by adding more image processing features and utilities.

Current Features

• Image format conversion
• Simple image handling utilities
• Clean and organized project structure
• Lightweight and easy to integrate
• Expandable design for future features

About The Project

imgtoolpro is created with simplicity and flexibility in mind.

The library is designed to provide practical image processing tools with a clean and simple structure, making it easy to integrate into different Python projects.

The project architecture allows new modules and features to be added in future versions.

Installation

Install imgtoolpro using pip:

bash
pip install imgtoolpro


Example

Convert a JPG image to JPEG format:

python
from imgtoolpro import converter

converter.jpg_to_jpeg(
    "input_file",
    "output_file"
)


Requirements

• Python 3.8 or higher
• Pillow 10.0.0 or higher

Supported Python Versions

Currently supported versions:

• Python 3.8
• Python 3.9
• Python 3.10
• Python 3.11
• Python 3.12
• Python 3.13

Feature Overview

Image Conversion

Convert images between different formats with simple and efficient tools.

Currently, imgtoolpro provides image format conversion features.

More formats and conversion options may be added in future releases.

Future Development

Planned improvements may include:

• More image format support
• Additional conversion tools
• Image optimization features
• More image processing utilities
• New developer-friendly tools

Compatibility

imgtoolpro is designed to work on operating systems that support Python, including:

• Windows
• Linux
• macOS

Project Status

imgtoolpro is currently under active development.

New features, improvements, and optimizations will be added in future releases.

Author

Created by karan.rf
