Skip to main content

🖼️ 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

📦 Modules

  • 🖼️ Converter module
  • 🗜️ Compressor module
  • 🎨 Filters module
  • ✏️ Editor module

🚀 Converter Features

  • 🔄 Convert images between 13 supported formats
  • 🔍 Automatic image format detection
  • 📋 Supported formats list
  • ✅ Image validation before conversion
  • 📁 Output path validation
  • 🎨 Automatic handling of RGB, RGBA, LA and P image modes

🗜️ Compressor Features

  • 📦 Compress images to a custom target file size
  • 🎯 Default target size: 500 KB
  • ⚙️ Adjustable target_kb parameter
  • 🖼️ Supports JPG, JPEG, PNG, GIF, TIFF and WebP
  • 📉 Automatic quality optimization
  • 📊 Returns compression information:
    • 📏 Original size
    • 📉 Final size
    • 💾 Saved size
    • 📈 Reduction percentage
    • 🎚️ Final quality
    • 🖼️ Image dimensions
  • 🛡️ Built-in error handling

🎨 Filters Features

  • 🖌️ 23 built-in image filters
  • 🎯 Apply single or multiple filters

✏️ Editor Features

  • 📐 Resize and scale images
  • ✂️ Crop images in multiple ways
  • 🔄 Rotate and flip images
  • 🎨 Adjust brightness, contrast, saturation and sharpness
  • 🖌️ Draw text and shapes on images
  • 🖼️ Overlay, merge and combine images
  • 💧 Add text or image watermarks
  • 🧹 Remove or replace simple backgrounds
  • 🖼️ Add borders, frames and rounded corners
  • 🔧 Automatic image enhancement and noise reduction
  • 📊 Image information and utility functions
  • 💾 Automatic image saving with output validation
  • 🛡️ Built-in error handling and input validation

⚡ General Features

  • 🧩 Easy-to-use functions
  • 📂 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:

pip install imgtoolpro

📂 Modules

🖼️ Converter

The converter module provides tools for converting images between supported formats with automatic format detection and built-in validation.


🗜️ Compressor

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


🎨 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.


✏️ Editor

The editor module provides comprehensive image editing tools, including resizing, cropping, rotating, drawing, watermarking, background editing, image composition, and various utilities through a simple and easy-to-use interface.


💻 Examples

🖼️ Image Converter

🔄 Convert PNG to WEBP

from imgtoolpro import converter

converter.convert_image(
    "input.png",
    "output.webp"
)

🗜️ Image Compression

from imgtoolpro import compressor

result = compressor.compress(
    "input.jpg",
    "output.jpg",
    target_kb=500
)

print(result)

✏️ Image Editor

🔄 Rotate an image

from imgtoolpro import editor

editor.rotate(
    "input.jpg",
    "output.jpg",
    90
)

🎨 Image Filters

✨ Apply a filter to an image

from imgtoolpro import filters

filters.apply_filter(
    "input.jpg",
    "filtered.jpg",
    "blur"
)

The converter module changes image formats, the compressor module reduces image file size, the filters module applies filters and visual effects, and the editor module provides comprehensive image editing tools such as resizing, cropping, rotating, drawing, watermarking, and image composition.


⚙️ Requirements

Before using imgtoolpro, make sure your environment meets the following 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.


🚀 Features Overview

🖼️ Image Processing Features

  • 🔄 Image format conversion support
  • 🖼️ Convert images between 13 supported formats
  • 🗜️ Image compression support
  • 🎨 Advanced image filtering system
  • ✏️ Comprehensive image editing tools

🗜️ Image Compressor

  • 📉 Reduce image file size
  • 🎯 Control target output size
  • ⚡ Fast image compression

✏️ Image Editor

  • 📐 Resize and scale images
  • ✂️ Crop images in multiple ways
  • 🔄 Rotate and flip images
  • 🎨 Adjust colors and image appearance
  • 🖌️ Draw text and shapes
  • 🖼️ Overlay, merge, and combine images
  • 💧 Add watermarks and logos
  • 🧹 Remove or replace simple backgrounds
  • 🖼️ Add borders, frames, and rounded corners
  • 🔧 Automatic image enhancement and utilities

🎨 23 Built-in Image Filters

  • 🌫️ blur
  • 🌀 gaussian_blur
  • 🖊️ contour
  • 🔍 detail
  • ✨ edge_enhance
  • ⚡ edge_enhance_more
  • 🪙 emboss
  • 📐 find_edges
  • 🌊 smooth
  • 💧 smooth_more
  • 🔪 sharp
  • ⚫ grayscale
  • 🔄 invert
  • 🌅 sepia
  • ☀️ brightness
  • 🌗 contrast
  • 🎭 cartoon
  • 🤖 auto_enhance
  • 🎨 replace_color
  • 🟪 pixelate
  • 🌑 vignette
  • 📺 noise
  • 🌡️ color_temperature

⚙️ Additional Features

  • 🎯 Apply single or multiple filters
  • 📋 Filter information and filter list support
  • 🔍 Automatic image format detection
  • 📄 Supported formats list
  • ✅ Image validation before processing
  • 📁 Output path validation
  • 🎨 Automatic image mode handling (RGB, RGBA, LA and P)
  • 💾 Automatic image saving
  • 🛡️ Safe error handling and input validation
  • 🐍 Simple Python API
  • 🖼️ Built with Pillow
  • 🚀 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


Thank you for using imgtoolpro!

Release files for imgtoolpro 2.3.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for imgtoolpro 2.3.1
File Size Uploaded
imgtoolpro-2.3.1.tar.gz 15.4 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for imgtoolpro 2.3.1
File Interpreter ABI Platform
imgtoolpro-2.3.1-py3-none-any.whl Python 3 none any Details

Total release size: 28.6 kB

Release files / imgtoolpro-2.3.1.tar.gz

Download URL imgtoolpro-2.3.1.tar.gz
Size 15.4 kB
Tags Source
SHA-256 checksum
How to use checksums
f891c0602a1afe3f377aeb88a878fc6e47c82e7b46338bb247982c6bd4e0a844
BLAKE2b-256 checksum
How to use checksums
2c04f6f56a84de1aa4923622c4a476484d36545416949b588257e4113fa419b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.0

Release files / imgtoolpro-2.3.1-py3-none-any.whl

Download URL imgtoolpro-2.3.1-py3-none-any.whl
Size 13.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
cd5a11fc9609d26b2ec2fd377f3fcfb8d6e6c02940951a859b7be763e099ecd1
BLAKE2b-256 checksum
How to use checksums
d4e31cce5435d248320f48bb97e27b39a2a9daee321db614b6b07fdae2c435b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.0

Release history Release notifications | RSS feed

4.2.0

2 release files

4.1.1

2 release files

4.1.0

2 release files

4.0.0

2 release files

3.4.1

2 release files

3.3.1

2 release files

3.3.0

2 release files

3.2.3

2 release files

3.2.2

2 release files

3.2.1

2 release files

3.1.1

2 release files

3.1.0

2 release files

3.0.0

2 release files

This release

2.3.1 This release

2 release files

2.2.0

2 release files

2.1.0

2 release files

2.0.0

2 release files

1.3.1

2 release files

1.2.0

2 release files

1.1.2

2 release files

1.1.1

2 release files

1.1.0

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page