this project was create for this channel (https://t.me/CodeExploreGap)
This program have 4 watermark cover ( squre black/white & triangle black/white )
"./picture/picture.py" is the main of the project it is simple and readable function , the input can be like this :
(
img_path="image.jpg", save_image=True, resualt_path="resualt", resualt_format="png"
) and the output will be like :
{
"status": True,
"path": f"{resualt_path}.{resualt_format}", # picture url
"the_image": img,
}