Skip to content

corrykalam/Aesthetic-Photo-Maker

Repository files navigation

Aesthetic Photo Maker

Aesthetic Photo Maker is a Python script for edit photo aesthetic.

Installation

Use the package manager pip to install requirements.

pip install -r requirements.txt

Usage

from aesthestic.maker import AestheticMaker

# with decoration
maker1 = AestheticMaker("background.jpg", "ploy.png")
maker1.create()
maker1.save("maker1.jpg")
maker1.showImage()

# without decoration
maker2 = AestheticMaker("background.jpg", "ploy.png")
maker2.create(decoration=False)
maker2.save("maker2.jpg")

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Image processing with python

http://estetik.zicor.pw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages