"กรอบทอง Generator"
golden-frame build golden_frame.png example/MasterIceZ.jpg --output=example/New-MasterIceZ.png
golden-frame build wessuwan.png example/honami-stella.jpg --output=example/honami-wessuwan.png
Use golden-frame --help
or golden-frame build help
Currently, to add images, add them directly in assets folder.
You can get its location with this command
import os
from pkg_resources import get_distribution
location = get_distribution("golden-frame").location
ASSET_PATH = os.path.join(location, "golden_frame/assets")
print(ASSET_PATH)
Note that this is temporary and can be overwrite when installing new version.
file_name.json
Schema
{
"name": "Golden Frame ทพจร",
"pos": [
[122, 122],
[620, 122],
[620, 844],
[112, 844]
],
// Optional, for image scaling to ensure good quality
"defaultMultiplier": 2
}
Position is from Top-Left rotate clockwise.
Reminder that x goes from left to right and y from top to bottom
https://golden-frame.leomotors.me (Repo: https://github.com/leomotors/golden-frame-web)
Adding this properties allow images to be stretch into the same aspect ratio as the input image