A Python library for image format conversion using Pillow.
Project description
VersaImageX
VersaImageX is a Python library that allows you to easily convert images from one format to another using the Pillow library. It provides a simple interface to perform image format conversions with various options for quality and compression.
Features
- Convert images between popular formats, such as JPEG, PNG, WebP, and TIFF.
- Automatically handle format-specific optimizations and conversions.
- Customize the conversion process with optional keyword arguments.
Installation
You can install VersaImageX using pip:
pip install VersaImageX Usage
from versa_image_x import convert_image
Example: Convert PNG to JPEG
png_to_jpeg_result = convert_image('sample.png', 'sample_converted.jpeg', 'JPEG') print(f'Successfully converted PNG to JPEG: {png_to_jpeg_result}') Documentation For detailed documentation and usage examples, please visit the official documentation.
Contributing If you would like to contribute to VersaImageX, please follow our contribution guidelines.
License This project is licensed under the MIT License - see the LICENSE file for details.
Contact For any questions or feedback, please contact Your Name.
Acknowledgments VersaImageX is built on top of the Pillow library. vbnet
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file VersaImageX-0.2.tar.gz.
File metadata
- Download URL: VersaImageX-0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03e0a3b23ef3a864f9e593f4c65c75a74b472b1018cb086495c7295022e28d0f
|
|
| MD5 |
692072896276d712cc402f513063046b
|
|
| BLAKE2b-256 |
50657d0d883ade868ee3a30ea84f4904b1f5a9cfb0e7971d3ce95f793e958951
|
File details
Details for the file VersaImageX-0.2-py3-none-any.whl.
File metadata
- Download URL: VersaImageX-0.2-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51ba6e5bbe30b7fabf6055a62df053e7eb544b73b8e49d7d800357d551050036
|
|
| MD5 |
c5e6f83d39287c1030da48ddfed992e2
|
|
| BLAKE2b-256 |
6661d2536f92c11ad916cb9e679c8fd41e3d56bddca34c83428cbf02755e3dc8
|