Smart logo standardizer
Project description
logo-standardizer
Description
A smart logo standardizer that detects both the logo and the background of an unstandardized logo picture and transforms it into the desired logo standards for app circled or general front-end display.
Installation
$ pip install logo-standardizer==1.0.1
Usage
A brief example of how to use the package:
from logo_standardizer import logo_standardize
# call the function directly and fill the required arguments
logo_path = "example/import_dir/img_name"
export_dir = "example/export_dir"
standard_dimension = 300 # optional
message = logo_standardize.standardize(logo_path, export_dir, standard_dimension)
#print the message to confirm the completion of the process
print(message)
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 logo_standardizer-1.0.1.tar.gz.
File metadata
- Download URL: logo_standardizer-1.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0a4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79a2936fc3d2b3fa3f1094fc2728d37617703a0e918ce98114abcde991cf791e
|
|
| MD5 |
f2f57062dc5733171428fd6c6919b4cc
|
|
| BLAKE2b-256 |
c6624270bf639222ab2e42c71e8c72a3ca5cca66e2cd1e96900c2d66512572ab
|
File details
Details for the file logo_standardizer-1.0.1-py3-none-any.whl.
File metadata
- Download URL: logo_standardizer-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0a4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e22673a77efe5b96a1bbb97cbd4f869373bc7a2dcdcb62a0c2a184494cb26ad
|
|
| MD5 |
5c71896a1d0676fbe63286f102e212de
|
|
| BLAKE2b-256 |
feb3820620db332e29997a90487aa84331db84aabc8716fdc09ed9f59c2cb678
|