Librería de edición de imágenes en Python
Project description
## Yimago v0.1.0 ##
Libreria de procesamiento de imagenes para Python. Permite manipular archivos mediante encadenamiento de metodos y una interfaz grafica integrada.
# CaracterÃsticas:
-
Method Chaining: Rotar, escala de grises y redimensionar en una linea.
-
Modo Debug: Control de mensajes en consola con el campo debug_in.
-
GUI: Editor visual basado en Tkinter.
-
Formatos: Soporte para PNG, JPG y WEBP.
# Instalacion
- pip install yimago
# Ejemplo de uso
- from yimago import YImage
# Procesamiento rapido
- (YImage("entrada.png").rotate_to(90).grayscale().resize_to(500, 500).save("salida.jpg"))
# Interfaz Visual
- from yimago import YimagoGUI
- YimagoGUI("imagen.png")
# Licencia
- MIT License. Codigo abierto para todos.
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 yimago-0.1.0.tar.gz.
File metadata
- Download URL: yimago-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b76647c2de9444e6a7c9d197439d41a2cffa9ccd331c8a8c726d502ec98844f9
|
|
| MD5 |
1171ce1a77c82ecf084df02c06fb272f
|
|
| BLAKE2b-256 |
2f0a1a13cd0094206ef8d8b5ddd411bb25dca070af440b86f2048327c0b8a02e
|
File details
Details for the file yimago-0.1.0-py3-none-any.whl.
File metadata
- Download URL: yimago-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3221c986ac7a0db14e7fa6e0c7be1968563288833029945c6aeebecf9f770053
|
|
| MD5 |
84d09dea878b54dc559abea5e5bc7089
|
|
| BLAKE2b-256 |
c975b75c69bd9a872780544bda68d6d93cce9b7d719a04c1ec96f36e5ad9cc5d
|