Changing the color for the overlay of a PIL image makes no difference

前端 未结 0 380
野性不改
野性不改 2021-01-05 23:14

I\'m trying to apply an overlay on a transparent logo using this function:

def overlay(path):

    logo_img = cv2.imread(path, cv2.IMREAD_UNCHANGED)

    \'\'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题