Metadata-Version: 2.4
Name: imgtoolpro
Version: 1.1.1
Summary: A Python image processing toolkit for converting, compressing, and filtering.
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,compressor,filters,image-processing,jpg,jpeg,png,gif,pillow,python
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

• Image compression and file size reduction

• Image filtering

• Multiple built-in image filters

• 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


Modules

Converter

The converter module provides tools for converting image formats.

Compressor

The compressor module provides tools for reducing image file size while keeping images practical and easy to use.

Filters

The filters module provides tools for applying built-in image filters, enhancing image appearance, and creating various visual effects with a simple and practical interface.

Example

Image Converter

Convert a PNG image to JPG format:

python
from imgtoolpro import converter

converter.convert_image(
    "image.png",
    "image.jpg"
)


Image Compressor

Reduce the image size with a maximum target size:

python
from imgtoolpro import compressor

compressor.compress_image(
    "photo.jpg",
    "photo_small.jpg",
    150
)

Image Filters

Apply a filter to an image:

python
from imgtoolpro import filters

filters.apply_filter(
    "photo.jpg",
    "photo_filtered.jpg",
    "blur"
)

The converter module changes image formats, the compressor module reduces image file size, and the filters module applies filters and visual effects.

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

Features Overview

imgtoolpro provides simple and practical tools for common image processing tasks.

The library includes organized modules that allow developers to work with images easily and efficiently.

Current features include:

• Image format conversion

• Image compression and file size reduction

• Image filtering

• Multiple built-in image filters

• Simple and reusable image processing functions

• Easy-to-use module structure

• Lightweight design with minimal dependencies

• Clean and organized code structure

• Expandable architecture for adding new image processing features in future versions

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
