Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

logo_standardizer-1.0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

logo_standardizer-1.0.1-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page