Az Image Converter is a Python library that provides a simple and convenient way to convert images. A Library by Azeem Akhtar
Project description
Az Image Converter Library
Az Image Converter is a Python library that provides a simple and convenient way to convert images between different formats using the Pillow library.
Installation
pip install az_image_converter
Features
- Convert JPG to PNG format.
- Convert PNG to JPG format.
Usage
from az_image_converter import JPGtoPNGConverter, PNGtoJPGConverter
# JPG to PNG conversion
input_jpg_file = "input_image.jpg"
output_png_file = "output_image.png"
converter = JPGtoPNGConverter(input_jpg_file, output_png_file)
converter.convert()
# PNG to JPG conversion
input_png_file = "input_image.png"
output_jpg_file = "output_image.jpg"
converter = PNGtoJPGConverter(input_png_file, output_jpg_file)
converter.convert()
Dependencies
This library uses the Pillow library for image processing.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to create an issue or submit a pull request.
Version
0.1.0 (see Changelog for release notes)
Documentation
FAQ
What image formats does the Az Image Converter Library support for conversion?
The Az Image Converter Library currently supports the conversion of JPG to PNG format and PNG to JPG format. It leverages the Pillow library to handle the image processing tasks efficiently.
How do I install the Az Image Converter Library in my Python environment?
You can easily install the Az Image Converter Library using pip. Just run the following command in your terminal or command prompt:
pip install az_image_converter
Are there any external dependencies required to use the Image Converter Library?
Yes, the Image Converter Library relies on the Pillow
library for image processing. It is a widely-used Python Imaging Library (PIL) that provides extensive support for various image formats.
Can I contribute to the Image Converter Library and suggest new features?
Absolutely! Contributions to the library are welcome. If you find any issues, have ideas for improvements, or want to add new features, feel free to create an issue on the project's GitHub repository or submit a pull request.
Feedback
If you have any feedback, please reach out to us at https://github.com/azeemprogrammer
Author
🛠 Skills
Python, Machine Learning, Deep Learning, Data Science, Django, and Artificial Intelligence
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file az_image-converter-0.0.3.tar.gz
.
File metadata
- Download URL: az_image-converter-0.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c960246eb280497a7ea16fb1f28a62ce17d40045613ef05c31bda9d83b4f4e90 |
|
MD5 | cc4ba71ac95d91e8a449d01000efa570 |
|
BLAKE2b-256 | 62ef0263070e48ce11f67cb18e7e1c6ef1693a7413bd33acd433c8077d62c28c |
File details
Details for the file az_image_converter-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: az_image_converter-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 396b1d9f02a1198e338d5d19f869a3112a25b9e217db74cb6a8b4ab3d82bdd61 |
|
MD5 | 689aa3a79aa2b05b3d99f04066187c68 |
|
BLAKE2b-256 | aed3182a890418a7c95e4e8576053a1862844bb1b653910e18f8f5168a6f9a19 |